Skip to content

Commit

Permalink
Merge pull request #29 from zagreusinoz/6-fix
Browse files Browse the repository at this point in the history
Changed composer dependencies
  • Loading branch information
EmadAdly authored Nov 20, 2019
2 parents 9929dde + e3db87a commit 8c63e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
],
"require": {
"php" : "~5.6|~7.0",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*"
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*"

},
"require-dev": {
"phpunit/phpunit": "5.5.*|7.0.*",
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*",
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*",
"squizlabs/php_codesniffer": "^2.3"
},
"autoload": {
Expand Down

0 comments on commit 8c63e8c

Please sign in to comment.