Skip to content

Commit 5f2f981

Browse files
authored
Merge pull request #139 from laravel/psysh-update
[2.x] Prepare for Laravel v9
2 parents a9ddee4 + 50d207d commit 5f2f981

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,17 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [7.2, 7.3, 7.4, 8.0, 8.1]
17-
laravel: [^6.0, ^7.0, ^8.0]
16+
php: [7.2, 7.3, 7.4, '8.0', 8.1]
17+
laravel: [^6.0, ^7.0, ^8.0, ^9.0]
1818
exclude:
1919
- php: 7.2
2020
laravel: ^8.0
21+
- php: 7.2
22+
laravel: ^9.0
23+
- php: 7.3
24+
laravel: ^9.0
25+
- php: 7.4
26+
laravel: ^9.0
2127
- php: 8.1
2228
laravel: ^6.0
2329
- php: 8.1

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
],
1212
"require": {
1313
"php": "^7.2.5|^8.0",
14-
"illuminate/console": "^6.0|^7.0|^8.0",
15-
"illuminate/contracts": "^6.0|^7.0|^8.0",
16-
"illuminate/support": "^6.0|^7.0|^8.0",
17-
"psy/psysh": "^0.10.4",
18-
"symfony/var-dumper": "^4.3.4|^5.0"
14+
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
15+
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
16+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
17+
"psy/psysh": "^0.10.4|^0.11.1",
18+
"symfony/var-dumper": "^4.3.4|^5.0|^6.0"
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "~1.3.3|^1.4.2",
2222
"phpunit/phpunit": "^8.5.8|^9.3.3"
2323
},
2424
"suggest": {
25-
"illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0)."
25+
"illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0)."
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)