Skip to content

Commit

Permalink
Require PHP 8.3+
Browse files Browse the repository at this point in the history
Bumping all dependencies to keep things up-to-date.

Signed-off-by: Luís Cobucci <[email protected]>
  • Loading branch information
lcobucci committed Sep 24, 2024
1 parent a1af501 commit 96c9022
Show file tree
Hide file tree
Showing 8 changed files with 367 additions and 342 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.1"
- "8.3"
operating-system:
- "ubuntu-latest"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/composer-json-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
dependencies:
- "highest"
php-version:
- "8.1"
- "8.3"
operating-system:
- "ubuntu-latest"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.1"
- "8.3"
operating-system:
- "ubuntu-latest"

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
- "locked"
- "development"
php-version:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
operating-system:
- "ubuntu-latest"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.1"
- "8.4"
operating-system:
- "ubuntu-latest"

Expand Down
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.3.0 || ~8.4.0",
"ext-json": "*",
"fig/http-message-util": "^1.1.5",
"psr/http-factory": "^1.0.2",
"psr/http-message": "^1.1 || ^2.0",
"psr/http-factory": "^1.1",
"psr/http-message": "^2.0",
"psr/http-server-middleware": "^1.0.2"
},
"require-dev": {
"infection/infection": "^0.29",
"jms/serializer": "^3.26.0",
"laminas/laminas-diactoros": "^3.0.0",
"lcobucci/coding-standard": "^11.0",
"jms/serializer": "^3.30.0",
"laminas/laminas-diactoros": "^3.4.0",
"lcobucci/coding-standard": "^11.1",
"league/plates": "^3.5.0",
"middlewares/negotiation": "^2.1",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.23",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.13",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpunit/phpunit": "^10.4",
"twig/twig": "^3.6.1"
"phpstan/extension-installer": "^1.4.1",
"phpstan/phpstan": "^1.12.4",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-strict-rules": "^1.6.1",
"phpunit/phpunit": "^11.3",
"twig/twig": "^3.14"
},
"suggest": {
"jms/serializer": "For content formatting using a more flexible serializer",
Expand Down
Loading

0 comments on commit 96c9022

Please sign in to comment.