Skip to content

Commit 5055cfc

Browse files
authored
Laravel 12 update (#6)
* Laravel 12 update
1 parent 8d50aee commit 5055cfc

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
php: [8.2, 8.3, 8.4]
16+
php: [8.3, 8.4]
1717

1818
steps:
1919
- name: Checkout code

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Image manipulation to web",
44
"type": "library",
55
"require": {
6-
"php": "^8.2",
6+
"php": "^8.3",
77
"intervention/image": "^2.7"
88
},
99
"homepage": "https://github.com/descom-es/image-x",
@@ -23,9 +23,9 @@
2323
"minimum-stability": "dev",
2424
"prefer-stable": true,
2525
"require-dev": {
26-
"friendsofphp/php-cs-fixer": "^3.4",
27-
"phpunit/phpunit": "^9.3|^10.0|^10.5",
28-
"phpstan/phpstan": "^1.2"
26+
"friendsofphp/php-cs-fixer": "^3.75",
27+
"phpunit/phpunit": "^10.5|^11.5",
28+
"phpstan/phpstan": "^2.1"
2929
},
3030
"autoload": {
3131
"psr-4": {

phpstan.neon.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ parameters:
66

77
# The level 9 is the highest level
88
level: 5
9-
10-
checkMissingIterableValueType: false

0 commit comments

Comments
 (0)