Skip to content

Commit c20e204

Browse files
Update dependencies
1 parent 8682324 commit c20e204

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/laravel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
laravel: [ "6.0", "7.0", "8.0", "9.0", "10.0" ]
1312
php: [ "7.3", "7.4", "8.0", "8.1", "8.2" ]
13+
laravel: [ "6.0", "7.0", "8.0", "9.0", "10.0" ]
1414
exclude:
1515
- laravel: "6.0"
1616
php: "8.1"
@@ -40,7 +40,7 @@ jobs:
4040
php: "8.0"
4141

4242

43-
name: ${{ matrix.laravel }}, PHP ${{ matrix.php }}
43+
name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
4444

4545
steps:
4646
- name: Checkout code

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343
],
4444
"require": {
4545
"php": "^7.3 || ^8.0",
46-
"illuminate/contracts": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
47-
"illuminate/http": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
48-
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
46+
"illuminate/contracts": ">=6.0 <11.0",
47+
"illuminate/http": ">=6.0 <11.0",
48+
"illuminate/support": ">=6.0 <11.0",
4949
"lmc/http-constants": "^1.2",
5050
"symfony/http-foundation": "^4.3 || ^5.0 || ^6.0"
5151
},
5252
"require-dev": {
53-
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
54-
"phpunit/phpunit": "^9.5"
53+
"orchestra/testbench": ">=4.0 <9.0",
54+
"phpunit/phpunit": "^9.6"
5555
},
5656
"conflict": {
5757
"andrey-helldar/laravel-json-response": "*"

0 commit comments

Comments
 (0)