Skip to content

Commit

Permalink
fix: php version
Browse files Browse the repository at this point in the history
  • Loading branch information
2898117012 committed Jul 30, 2020
1 parent fdc56b8 commit 2138aba
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,13 @@
"issues": "https://github.com/trendsoft/laravel-capital/issues"
},
"require": {
"php": ">=7.0",
"illuminate/container": "^5.5",
"trendsoft/capital": "^0.1.1"
"trendsoft/capital": "^0.1.1",
"illuminate/container": "^7.22"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"mockery/mockery": "^1.0",
"phpunit/php-invoker": "^1.1",
"graham-campbell/testbench": "^4.0",
"graham-campbell/analyzer": "^1.1"
"phpunit/phpunit": "^9.2",
"graham-campbell/testbench": "^5.5",
"graham-campbell/analyzer": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2138aba

Please sign in to comment.