Skip to content

Commit 3920058

Browse files
committed
bump dependencies
1 parent d09d003 commit 3920058

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
20-
php: [8.3, 8.2]
21-
laravel: [11.*]
20+
php: [8.3, 8.4]
21+
laravel: [11.*, 12.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
2424
- laravel: 11.*

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"license": "MIT",
66
"require": {
77
"php": "^8.2",
8-
"illuminate/contracts": "^11.0",
9-
"thecodingmachine/safe": "^2.5"
8+
"illuminate/contracts": "^12.0",
9+
"thecodingmachine/safe": "^3.3"
1010
},
1111
"require-dev": {
12-
"nunomaduro/collision": "^8.3",
13-
"larastan/larastan": "^2.9",
14-
"orchestra/testbench": "^9.0.0||^8.22.0",
12+
"nunomaduro/collision": "^8.8",
13+
"larastan/larastan": "^3.6",
14+
"orchestra/testbench": "^10.0.0||^9.0.0||^8.22.0",
1515
"friendsofphp/php-cs-fixer": "^3.3",
16-
"lychee-org/phpstan-lychee": "^v1.0.1",
17-
"php-parallel-lint/php-parallel-lint": "^1.3",
18-
"phpunit/phpunit": "^10.0"
16+
"lychee-org/phpstan-lychee": "^v2.0.2",
17+
"php-parallel-lint/php-parallel-lint": "^1.4",
18+
"phpunit/phpunit": "^10.0||^11.0"
1919
},
2020
"autoload": {
2121
"psr-4": {
@@ -47,7 +47,7 @@
4747
},
4848
"config": {
4949
"platform": {
50-
"php": "8.2"
50+
"php": "8.3"
5151
},
5252
"sort-packages": true,
5353
"allow-plugins": {

0 commit comments

Comments
 (0)