Skip to content

Commit 9918e10

Browse files
authored
Merge pull request #28 from codebar-ag/laravel-10
Updated packages & CI
2 parents 5e86463 + 906f04c commit 9918e10

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ ubuntu-latest, windows-latest ]
16-
php: [ 8.1,8.2 ]
17-
laravel: [ 9.* ]
16+
php: [ 8.2 ]
17+
laravel: [ 10.* ]
1818
stability: [ prefer-lowest, prefer-stable ]
1919
include:
20-
- laravel: 9.*
21-
testbench: 7.*
20+
- laravel: 10.*
21+
testbench: 8.*
2222

2323
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2424

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ additional parameters to your url 😉
1919

2020
| Package | PHP | Laravel | Flysystem |
2121
|-----------|--------|-------------|-------------|
22+
| >v3.0 | >8.2 | > Laravel 10 | > 3.0 |
2223
| >v2.0 | >8.1 | > Laravel 9 | > 3.0 |
2324
| >v1.0 | >8.0 | > Laravel 8 | > 1.1 |
2425

composer.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,25 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^8.1",
23-
"guzzlehttp/guzzle": "^7.0.1",
24-
"illuminate/contracts": "^9.0",
22+
"php": "^8.2",
23+
"guzzlehttp/guzzle": "^7.5",
24+
"illuminate/contracts": "^10.0",
2525
"spatie/laravel-package-tools": "^1.9.2",
26-
"cloudinary/cloudinary_php": "^2.9.0",
26+
"cloudinary/cloudinary_php": "^2.10.0",
2727
"nesbot/carbon": "^2.64.0"
2828
},
2929
"require-dev": {
3030
"laravel/pint": "^1.0",
31-
"nunomaduro/collision": "^6.0",
31+
"nunomaduro/collision": "^7.9",
3232
"nunomaduro/larastan": "^2.0.1",
33-
"orchestra/testbench": "^7.0",
34-
"pestphp/pest": "^1.21",
35-
"pestphp/pest-plugin-laravel": "^1.1",
33+
"orchestra/testbench": "^8.0",
34+
"pestphp/pest": "^2.0",
35+
"pestphp/pest-plugin-arch": "^2.0",
36+
"pestphp/pest-plugin-laravel": "^2.0",
3637
"phpstan/extension-installer": "^1.1",
3738
"phpstan/phpstan-deprecation-rules": "^1.0",
3839
"phpstan/phpstan-phpunit": "^1.0",
39-
"phpunit/phpunit": "^9.5"
40+
"spatie/laravel-ray": "^1.26"
4041
},
4142
"autoload": {
4243
"psr-4": {

0 commit comments

Comments
 (0)