Skip to content

Commit

Permalink
Support symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor6 committed Sep 30, 2024
1 parent 6885c96 commit 7830929
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.2"
deps:
- "normal"
include:
- deps: "low"
php-version: "8.1"
- "low"

steps:
- name: "Checkout"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.2"

steps:
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
"type": "symfony-bundle",
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.0",
"phpstan/phpstan-deprecation-rules": "^1.1",
"symfony/http-kernel": "^6.1",
"symfony/property-info": "^6.1",
"symfony/serializer": "^6.1",
"phpstan/phpstan-deprecation-rules": "^1.2",
"symfony/http-kernel": "^6.1|^7.1",
"symfony/property-info": "^6.1|^7.1",
"symfony/serializer": "^6.1|^7.1",
"symfony/serializer-pack": "^1.3",
"webmozart/assert": "^1.11"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.48",
"phpro/grumphp": "^2.4",
"phpstan/phpstan": "^1.10.57",
"phpstan/phpstan-webmozart-assert": "^1.2.4",
"friendsofphp/php-cs-fixer": "^3.64",
"phpro/grumphp": "^2.8",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^10.5",
"roave/security-advisories": "dev-master",
"symfony/phpunit-bridge": "6.2.*"
"symfony/phpunit-bridge": "6.2.*|^7.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7830929

Please sign in to comment.