Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
imanghafoori1 authored Sep 29, 2024
1 parent ab2793c commit 827fdce
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/support":"~5.1|^6.0|^7.0|^8.0|^9.0|10.*",
"illuminate/events":"~5.1|^6.0|^7.0|^8.0|^9.0|10.*"
"illuminate/support":"~5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/events":"~5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"autoload-dev": {
"classmap": ["tests/TestCase.php"],
Expand All @@ -25,20 +25,13 @@
"mockery/mockery": "^1.0",
"phpunit/phpunit": "~9.0",
"orchestra/testbench": "~7.0|~8.0",
"imanghafoori/php-imports-analyzer": "^1.0.6"

"imanghafoori/php-imports-analyzer": "^1.0.6"
},
"autoload": {
"psr-4": {
"Imanghafoori\\SmartFacades\\": "src"
}
},
"suggest": {
"imanghafoori/laravel-widgetize": "Gives you a better structure and caching opportunity for your web pages.",
"imanghafoori/laravel-anypass": " Allows you login with any password in local environment.",
"imanghafoori/laravel-masterpass": "You can easily set a master password without code change.",
"imanghafoori/laravel-terminator": "Gives you opportunity to refactor your controllers."
},
"scripts": {
"test": "phpunit"
}
Expand Down

0 comments on commit 827fdce

Please sign in to comment.