Skip to content

Commit

Permalink
Bump dependancies for Laravel 9 compatibility. (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
leeovery authored Apr 18, 2022
1 parent b243862 commit b6599df
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 @@ -19,12 +19,12 @@
],
"require": {
"php": ">=7.2",
"illuminate/support": "^5.4||^6.0||^7.0||^8.0",
"illuminate/support": "^5.4||^6.0||^7.0||^8.0||^9.0",
"bjeavons/zxcvbn-php": "^0.3||1.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.1",
"orchestra/testbench": "~3.4.10 || ~3.6.7 || ~3.7.8 || ~3.8.6 || ^4.8 || ^5.2 || ^6.0",
"orchestra/testbench": "~3.4.10 || ~3.6.7 || ~3.7.8 || ~3.8.6 || ^4.8 || ^5.2 || ^6.0 || ^7.0",
"php-parallel-lint/php-console-highlighter": "^0.3.2",
"php-parallel-lint/php-parallel-lint": "^0.9.2||^1.2",
"phpmd/phpmd": "^2.6",
Expand Down

0 comments on commit b6599df

Please sign in to comment.