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 17, 2020
1 parent f901114 commit d3a05a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "^7.1.3|7.2.*|7.3.*|7.4.*",
"laravel/framework":"~5.1|6.*|7.*"
"laravel/framework":"~5.1|6.*|7.*|8.*"
},
"autoload-dev": {
"classmap": ["tests/TestCase.php"],
Expand All @@ -28,8 +28,7 @@
"imanghafoori/laravel-widgetize": "Gives you a better structure and caching opportunity for your web pages.",
"imanghafoori/laravel-decorator": "Allows you to easily apply the decorator pattern in a laravel app.",
"imanghafoori/laravel-smart-facades": "Automatic method injection when calling method with Facades",
"imanghafoori/laravel-masterpass": "You can easily set a master password without code change.",
"imanghafoori/laravel-terminator": "Gives you opportunity to refactor your controllers."
"imanghafoori/laravel-masterpass": "You can easily set a master password without code change."
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d3a05a1

Please sign in to comment.