Skip to content

Commit

Permalink
Support Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-yi committed Sep 9, 2020
1 parent 0d6b0d9 commit f32f8f3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
"php": "^7.2",
"ext-swoole": "^4.3.2",
"huang-yi/swoole-watcher": "^1.0",
"illuminate/console": "^5.5|^6.0|^7.0",
"illuminate/container": "^5.5|^6.0|^7.0",
"illuminate/contracts": "^5.5|^6.0|^7.0",
"illuminate/http": "^5.5|^6.0|^7.0",
"illuminate/support": "^5.5|^6.0|^7.0",
"illuminate/console": "^5.5|^6.0|^7.0|^8.0",
"illuminate/container": "^5.5|^6.0|^7.0|^8.0",
"illuminate/contracts": "^5.5|^6.0|^7.0|^8.0",
"illuminate/http": "^5.5|^6.0|^7.0|^8.0",
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
"psr/container": "^1.0",
"psr/event-dispatcher": "^1.0",
"symfony/console": "^3.3|^4.0|^5.0",
"symfony/yaml": "^3.3|^4.0|^5.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"laravel/framework": "^5.5|^6.0|^7.0",
"laravel/lumen-framework": "^5.5|^6.0|^7.0",
"laravel/framework": "^5.5|^6.0|^7.0|^8.0",
"laravel/lumen-framework": "^5.5|^6.0|^7.0|^8.0",
"mockery/mockery": "^1.3",
"phpunit/phpunit": "^8.5"
},
Expand Down

0 comments on commit f32f8f3

Please sign in to comment.