Skip to content

Commit 6fe6f82

Browse files
committed
chore: bump deps and fix tests
1 parent ff9c331 commit 6fe6f82

12 files changed

+1236
-1193
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ jobs:
1515
strategy:
1616
matrix:
1717
php:
18-
- '7.4'
19-
- '8.0'
20-
- '8.1'
2118
- '8.2'
2219
- '8.3'
20+
- '8.4'
2321
include:
24-
- php: '8.3'
22+
- php: '8.4'
2523
latest: true
2624
fail-fast: false
2725
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PHP with extensions
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '8.3'
19+
php-version: '8.4'
2020
extensions: json
2121
ini-values: memory_limit=-1
2222
tools: composer

composer.json

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,30 +39,27 @@
3939
"friendsofphp/php-cs-fixer": "^2.15 || ^3.0",
4040
"league/html-to-markdown": "^5.0",
4141
"psr/log": "^1.0 || ^2.0 || ^3.0",
42-
"symfony/config": "^5.2 || ^6.0 || ^7.0" ,
43-
"symfony/console": "^5.2 || ^6.0 || ^7.0",
44-
"symfony/yaml": "^5.2 || ^6.0 || ^7.0",
45-
"symfony/filesystem": "^5.2 || ^6.0 || ^7.0",
42+
"symfony/config": "^5.4 || ^6.4 || ^7.0" ,
43+
"symfony/console": "^5.4 || ^6.4 || ^7.0",
44+
"symfony/yaml": "^5.4 || ^6.4 || ^7.0",
45+
"symfony/filesystem": "^5.4 || ^6.4 || ^7.0",
4646
"twig/twig": "^3.0",
4747
"nette/php-generator": "^3.6 || ^4.0",
4848
"nikic/php-parser": "^4.13 || ^5.0",
4949
"devizzent/cebe-php-openapi": "^1.0.3",
50-
"symfony/string": "^5.2 || ^6.0 || ^7.0"
50+
"symfony/string": "^5.4 || ^6.4 || ^7.0"
5151
},
5252
"require-dev": {
53-
"api-platform/core": "^2.7 || ^3.0",
54-
"doctrine/orm": "^2.7",
53+
"api-platform/core": "^3.0 || ^4.0",
54+
"doctrine/orm": "^2.7 || ^3.0",
5555
"myclabs/php-enum": "^1.7",
56-
"symfony/doctrine-bridge": "^5.2 || ^6.0 || ^7.0",
57-
"symfony/phpunit-bridge": "^5.2 || ^6.0 || ^7.0",
58-
"symfony/serializer": "^5.2 || ^6.0 || ^7.0",
59-
"symfony/validator": "^5.2 || ^6.0 || ^7.0",
56+
"symfony/doctrine-bridge": "^5.4 || ^6.4 || ^7.0",
57+
"symfony/phpunit-bridge": "^5.4 || ^6.4 || ^7.0",
58+
"symfony/serializer": "^5.4 || ^6.4 || ^7.0",
59+
"symfony/validator": "^5.4 || ^6.4 || ^7.0",
6060
"phpspec/prophecy-phpunit": "^2.0",
61-
"phpstan/phpstan": "^1.2.0",
62-
"symfony/finder": "^5.2 || ^6.0 || ^7.0"
63-
},
64-
"conflict": {
65-
"sebastian/comparator": ">=5.0"
61+
"phpstan/phpstan": "^2.1",
62+
"symfony/finder": "^5.4 || ^6.4 || ^7.0"
6663
},
6764
"bin": [
6865
"bin/schema"

0 commit comments

Comments
 (0)