Skip to content

Commit

Permalink
Update dependencies for L8 only
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Rumpel committed Oct 23, 2020
1 parent ab0df8f commit 9c61fea
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 @@ -18,16 +18,16 @@
"require": {
"php": "^7.4",
"christophrumpel/laravel-command-file-picker": "^1.1",
"illuminate/support": "^6.0|^7.0|^8.0",
"laravel/framework": "^6.0|^7.0|^8.0",
"illuminate/support": "^8.0",
"laravel/framework": "^8.0",
"nikic/php-parser": "^4.3",
"roave/better-reflection": "^4.9"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"mockery/mockery": "^1.2",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"phpunit/phpunit": "^8.4|^9.3"
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9c61fea

Please sign in to comment.