Skip to content

Commit 0b0bd6f

Browse files
authored
Normalize dependencies (#76)
1 parent 781f95b commit 0b0bd6f

2 files changed

Lines changed: 10 additions & 16 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,13 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
php: [8.4, 8.3, 8.2, 8.1]
14-
laravel: ['10.*', '11.*', '12.*', '13.*']
13+
php: [8.5, 8.4, 8.3, 8.2]
14+
laravel: ['12.*', '13.*']
1515
exclude:
16-
- php: 8.1
17-
laravel: 11.*
18-
- php: 8.4
19-
laravel: 10.*
20-
- laravel: 12.*
21-
php: 8.1
2216
- laravel: 13.*
2317
php: 8.2
24-
- laravel: 13.*
25-
php: 8.1
18+
- laravel: 12.*
19+
php: 8.5
2620

2721
name: P${{ matrix.php }} - L${{ matrix.laravel }}
2822

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
],
1818
"homepage": "https://github.com/olssonm/l5-very-basic-auth",
1919
"require": {
20-
"php": "^8.0 || ^8.1 || ^8.2",
21-
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0"
20+
"php": "^8.2",
21+
"illuminate/support": "^12.0 || ^13.0"
2222
},
2323
"require-dev": {
2424
"laravel/helpers": "^1.1",
25-
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
26-
"pestphp/pest": "^1.0 || ^2.0 || ^3.7 || ^4.4",
27-
"pestphp/pest-plugin-laravel": "^1.2 || ^2.0 || ^3.1 || ^4.1",
25+
"orchestra/testbench": "^10.0 || ^11.0",
26+
"pestphp/pest": "^3.7 || ^4.4",
27+
"pestphp/pest-plugin-laravel": "^3.1 || ^4.1",
2828
"phpstan/phpstan": "^2.0",
29-
"phpunit/phpunit": "^9.0 || ^10.5 || ^11.5.3 || ^12.5.12",
29+
"phpunit/phpunit": "^11.5.3 || ^12.5.12",
3030
"squizlabs/php_codesniffer": "^3.5 || ^4.0"
3131
},
3232
"minimum-stability": "dev",

0 commit comments

Comments
 (0)