Skip to content

Commit

Permalink
fix: fixed version error
Browse files Browse the repository at this point in the history
  • Loading branch information
Xurape committed Jun 28, 2024
1 parent 1840efa commit 1a3d70a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "xurape/modulify",
"description": "A simple laravel module manager.",
"keywords": ["php", "laravel", "module", "manager"],
"version": "0.2.0",
"description": "A simple laravel 11.x module manager.",
"keywords": ["php", "laravel", "laravel 11", "laravel 11.x", "module", "manager"],
"version": "0.2.1",
"license": "MIT",
"type": "library",
"authors": [
Expand Down Expand Up @@ -39,7 +39,6 @@
},
"require": {
"php": "^8.2",
"laravel/laravel": ">=11.0",
"illuminate/console": "^11.13",
"illuminate/support": "^11.13"
},
Expand Down

0 comments on commit 1a3d70a

Please sign in to comment.