Skip to content

Commit 4da39fc

Browse files
authored
Laravel 9 support (#1181)
* Laravel 9 support * Try out Laravel 9 * wip * Revert "Try out Laravel 9" This reverts commit 44074c2. * Revert dev stability
1 parent 5e81899 commit 4da39fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [5.6, '7.0', 7.1, 7.2, 7.3, 7.4, '8.0', '8.1']
16+
php: [5.6, '7.0', 7.1, 7.2, 7.3, 7.4, '8.0', 8.1]
1717

1818
name: PHP ${{ matrix.php }}
1919

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
},
2626
"require": {
2727
"php": "^5.6|^7.0|^8.0",
28-
"illuminate/container": "~5.1|^6.0|^7.0|^8.0",
28+
"illuminate/container": "~5.1|^6.0|^7.0|^8.0|^9.0",
2929
"mnapoli/silly": "^1.0",
30-
"symfony/process": "^3.0|^4.0|^5.0",
30+
"symfony/process": "^3.0|^4.0|^5.0|^6.0",
3131
"tightenco/collect": "^5.3|^6.0|^7.0|^8.0",
3232
"guzzlehttp/guzzle": "^6.0|^7.4"
3333
},

0 commit comments

Comments
 (0)