Skip to content

Commit 2ddb795

Browse files
committed
chore: update dependencies
1 parent ff9c331 commit 2ddb795

3 files changed

Lines changed: 1734 additions & 1442 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: echo "COVERAGE=1" >> $GITHUB_ENV
6565

6666
- name: Run PHPUnit
67-
run: vendor/bin/simple-phpunit ${{ matrix.latest && '--coverage-clover build/logs/phpunit/clover.xml' || '' }}
67+
run: vendor/bin/phpunit ${{ matrix.latest && '--coverage-clover build/logs/phpunit/clover.xml' || '' }}
6868

6969
- name: Run PHP CS Fixer
7070
if: matrix.latest

composer.json

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,30 +39,28 @@
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.2 || ^6.0 || ^7.0 || ^8.0",
43+
"symfony/console": "^5.2 || ^6.0 || ^7.0 || ^8.0",
44+
"symfony/yaml": "^5.2 || ^6.0 || ^7.0 || ^8.0",
45+
"symfony/filesystem": "^5.2 || ^6.0 || ^7.0 || ^8.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.2 || ^6.0 || ^7.0 || ^8.0",
51+
"symfony/http-foundation": "^7.3.7 || ^8.0"
5152
},
5253
"require-dev": {
53-
"api-platform/core": "^2.7 || ^3.0",
54+
"api-platform/core": "^2.7 || ^3.0 || ^4.0.22",
5455
"doctrine/orm": "^2.7",
5556
"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",
57+
"symfony/doctrine-bridge": "^5.2 || ^6.0 || ^7.0 || ^8.0",
58+
"symfony/serializer": "^5.2 || ^6.0 || ^7.0 || ^8.0",
59+
"symfony/validator": "^5.2 || ^6.0 || ^7.0 || ^8.0",
6060
"phpspec/prophecy-phpunit": "^2.0",
6161
"phpstan/phpstan": "^1.2.0",
62-
"symfony/finder": "^5.2 || ^6.0 || ^7.0"
63-
},
64-
"conflict": {
65-
"sebastian/comparator": ">=5.0"
62+
"symfony/finder": "^5.2 || ^6.0 || ^7.0 || ^8.0",
63+
"phpunit/phpunit": "^11.5.50"
6664
},
6765
"bin": [
6866
"bin/schema"

0 commit comments

Comments
 (0)