Skip to content

Commit 7b89caa

Browse files
committed
Bump dev tools, bump GHA, drop Symfony 7.2
1 parent 8804c57 commit 7b89caa

4 files changed

Lines changed: 22 additions & 22 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: true
1111
matrix:
1212
php: ['8.3', '8.4']
13-
symfony: ['6.4.*', '7.2.*', '7.3.*']
13+
symfony: ['6.4.*', '7.3.*']
1414
composer-flags: ['--prefer-stable']
1515
can-fail: [false]
1616
include:
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Setup PHP
2929
uses: shivammathur/setup-php@v2

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414

1515
- name: Setup PHP
1616
uses: shivammathur/setup-php@v2

composer.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"php": "8.3.* || 8.4.*",
1414
"ext-pcntl": "*",
1515
"babdev/websocket-server": "0.1.*",
16-
"symfony/config": "^6.4 || ^7.2",
17-
"symfony/console": "^6.4 || ^7.2",
18-
"symfony/dependency-injection": "^6.4 || ^7.2",
16+
"symfony/config": "^6.4 || ^7.3",
17+
"symfony/console": "^6.4 || ^7.3",
18+
"symfony/dependency-injection": "^6.4 || ^7.3",
1919
"symfony/deprecation-contracts": "^2.1 || ^3.0",
20-
"symfony/event-dispatcher": "^6.4 || ^7.2",
20+
"symfony/event-dispatcher": "^6.4 || ^7.3",
2121
"symfony/event-dispatcher-contracts": "^2.0 || ^3.0",
22-
"symfony/framework-bundle": "^6.4 || ^7.2",
23-
"symfony/http-kernel": "^6.4 || ^7.2",
24-
"symfony/routing": "^6.4 || ^7.2",
25-
"symfony/security-core": "^6.4 || ^7.2"
22+
"symfony/framework-bundle": "^6.4 || ^7.3",
23+
"symfony/http-kernel": "^6.4 || ^7.3",
24+
"symfony/routing": "^6.4 || ^7.3",
25+
"symfony/security-core": "^6.4 || ^7.3"
2626
},
2727
"require-dev": {
2828
"doctrine/dbal": "^3.4 || ^4.0",
@@ -32,20 +32,20 @@
3232
"matthiasnoback/symfony-config-test": "^5.2",
3333
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
3434
"phpstan/extension-installer": "^1.2",
35-
"phpstan/phpstan": "2.1.17",
36-
"phpstan/phpstan-phpunit": "2.0.6",
37-
"phpstan/phpstan-symfony": "2.0.6",
38-
"phpunit/phpunit": "9.6.23",
35+
"phpstan/phpstan": "2.1.29",
36+
"phpstan/phpstan-phpunit": "2.0.7",
37+
"phpstan/phpstan-symfony": "2.0.8",
38+
"phpunit/phpunit": "9.6.29",
3939
"psr/cache": "^1.0 || ^2.0 || ^3.0",
4040
"psr/container": "^1.0 || ^2.0",
4141
"psr/http-message": "^1.0 || ^2.0",
4242
"psr/log": "^1.0 || ^2.0 || ^3.0",
4343
"ratchet/rfc6455": "^0.4",
4444
"react/event-loop": "^1.5",
45-
"rector/rector": "2.0.16",
46-
"symfony/cache": "^6.4 || ^7.2",
47-
"symfony/http-foundation": "^6.4 || ^7.2",
48-
"symfony/phpunit-bridge": "^6.4 || ^7.2"
45+
"rector/rector": "2.1.7",
46+
"symfony/cache": "^6.4 || ^7.3",
47+
"symfony/http-foundation": "^6.4 || ^7.3",
48+
"symfony/phpunit-bridge": "^6.4 || ^7.3"
4949
},
5050
"conflict": {
5151
"doctrine/dbal": "<3.4 || >=5.0",
@@ -56,8 +56,8 @@
5656
"psr/log": ">=4.0",
5757
"ratchet/rfc6455": "<0.4 || >=0.5",
5858
"react/event-loop": "<1.5 || >=2.0",
59-
"symfony/cache": "<6.4 || >=7.0,<7.2 || >=8.0",
60-
"symfony/http-foundation": "<6.4 || >=7.0,<7.2 || >=8.0"
59+
"symfony/cache": "<6.4 || >=7.0,<7.3 || >=8.0",
60+
"symfony/http-foundation": "<6.4 || >=7.0,<7.3 || >=8.0"
6161
},
6262
"autoload": {
6363
"psr-4": {

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ The below table shows the supported PHP and Symfony versions for this bundle.
1515

1616
| Version | Status | PHP Versions | Symfony Versions |
1717
|---------|----------------|--------------|------------------|
18-
| 1.x | In Development | 8.3-8.4 | 6.4, 7.2 |
18+
| 1.x | In Development | 8.3-8.4 | 6.4, 7.3 |

0 commit comments

Comments
 (0)