Skip to content

Commit

Permalink
fix composer for Larvael 5.5.*
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine committed Feb 22, 2018
1 parent 46a7ba1 commit faf74dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
}
],
"require": {
"php": ">=7.1.3",
"php": "~7.0",
"laravel/framework": "5.5.*",
"zircote/swagger-php": "~2.0|3.*",
"swagger-api/swagger-ui": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "7.*",
"phpunit/phpunit": "6.*",
"mockery/mockery": "0.9.*",
"orchestra/testbench": "3.6.*",
"orchestra/testbench": "3.5.*",
"satooshi/php-coveralls": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit faf74dd

Please sign in to comment.