Skip to content

Commit

Permalink
add Laravel 6.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
EcoinTest authored Sep 6, 2019
1 parent 0000644 commit acd9599
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
}
],
"require": {
"php": "^7.0",
"php": "^7.2",
"illuminate/config": ">=5.5.0",
"illuminate/database": ">=5.5.0",
"illuminate/support": ">=5.5.0",
"kalnoy/nestedset": "^4.3"
"kalnoy/nestedset": "^5.0"
},
"require-dev": {
"codedungeon/phpunit-result-printer": "^0.4.4",
"friendsofphp/php-cs-fixer": "^1.11",
"mockery/mockery": "^0.9.4",
"orchestra/database": "~3.5.0",
"orchestra/testbench": "~3.5.0",
"phpunit/phpunit": "^6.2 || ^7.0",
"orchestra/testbench": "~3.5.0|~4.0",
"phpunit/phpunit": "^6.2 || ^7.0|^8.0",
"squizlabs/php_codesniffer": "3.*",
"scrutinizer/ocular": "^1.3"
},
Expand Down

0 comments on commit acd9599

Please sign in to comment.