We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c08e77 commit 1609faaCopy full SHA for 1609faa
.github/workflows/run-tests.yml
@@ -22,6 +22,8 @@ jobs:
22
include:
23
- laravel: 11.*
24
testbench: 9.*
25
+ - laravel: 10.*
26
+ testbench: 8.*
27
28
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
29
composer.json
@@ -21,12 +21,12 @@
21
"require": {
"php": "^8.2|^8.3|^8.4",
"xeroapi/xero-php-oauth2": "^7.1",
- "laravel/framework": "^11.34.0"
+ "laravel/framework": "^10.48.25|^11.34.0"
},
"require-dev": {
- "orchestra/testbench": "^9.6.1",
+ "orchestra/testbench": "^8.28.0|^9.6.1",
"phpunit/phpunit": "^10.5.35|^11.3.6",
- "symfony/var-dumper": "^7.0.10"
+ "symfony/var-dumper": "^7.1.3"
30
31
"autoload": {
32
"psr-4": {
0 commit comments