Skip to content

Commit

Permalink
edit composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
reziamini committed Oct 12, 2020
1 parent d320450 commit 36e6909
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,19 @@
],
"require": {
"php": "^7.2.5",
"illuminate/support": "^7.0|^8.0",
"laravel/framework": "^5.7|^6.0|^7.0|^8.0"
"illuminate/support": "^5.7|^6.0|^7.0|^8.0"
},
"require-dev": {
"orchestra/testbench": "~3.7|^4.0|^5.0|^6.0"
"orchestra/testbench": "~3.7|^4.0|^5.0|^6.0",
"laravel/framework": "^5.7|^6.0|^7.0|^8.0"
},
"autoload": {
"psr-4": {
"EasyBlade\\" : "src/",
"EasyBlade\\" : "src/"
}
},
"autoload-dev": {
"psr-4": {
"BladeTest\\" : "tests/"
}
},
Expand Down

0 comments on commit 36e6909

Please sign in to comment.