added laravel 9 support (#1297)

* added laravel 9 support

* added exclude directives to matrix

* fixed matrix

* Update composer.json

* Update run-integration-tests.yml

* Update CHANGELOG.md

Co-authored-by: Ricardo Čerljenko <[email protected]>
Co-authored-by: Barry vd. Heuvel <[email protected]>
This commit is contained in:
Ricardo Čerljenko
2022-01-13 15:38:59 +01:00
committed by GitHub
co-authored by Ricardo Čerljenko Barry vd. Heuvel
parent 93d987336b
commit de64d665e0
6 changed files with 20 additions and 10 deletions
+7 -7
View File
@@ -25,25 +25,25 @@
"barryvdh/reflection-docblock": "^2.0.6",
"composer/composer": "^1.10.23 || ^2.1.9",
"doctrine/dbal": "^2.6 || ^3",
"illuminate/console": "^8",
"illuminate/filesystem": "^8",
"illuminate/support": "^8",
"illuminate/console": "^8|^9",
"illuminate/filesystem": "^8|^9",
"illuminate/support": "^8|^9",
"nikic/php-parser": "^4.7",
"phpdocumentor/type-resolver": "^1.1.0"
},
"require-dev": {
"ext-pdo_sqlite": "*",
"friendsofphp/php-cs-fixer": "^2",
"illuminate/config": "^8",
"illuminate/view": "^8",
"illuminate/config": "^8|^9",
"illuminate/view": "^8|^9",
"mockery/mockery": "^1.4",
"orchestra/testbench": "^6",
"orchestra/testbench": "^6|^7",
"phpunit/phpunit": "^8.5 || ^9",
"spatie/phpunit-snapshot-assertions": "^3 || ^4",
"vimeo/psalm": "^3.12"
},
"suggest": {
"illuminate/events": "Required for automatic helper generation (^6|^7|^8)."
"illuminate/events": "Required for automatic helper generation (^6|^7|^8|^9)."
},
"config": {
"sort-packages": true