Skip to content

Commit 857bb36

Browse files
authored
Merge pull request #66 from magento-gl/AC-15170
AC-15170:Add official support for Symfony 7.4 LTS in Adobe Commerce 2.4.9
2 parents ae39283 + fdccf46 commit 857bb36

File tree

7 files changed

+214
-143
lines changed

7 files changed

+214
-143
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "8.2"
1919
- "8.3"
2020
- "8.4"
21+
- "8.5"
2122
dependencies:
2223
- "lowest"
2324
- "highest"

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "magento/magento-semver",
33
"description": "Magento Semantic Version Checker",
4-
"version": "13.0.0-beta9",
4+
"version": "13.0.0-beta10",
55
"license": [
66
"OSL-3.0",
77
"AFL-3.0"
88
],
99
"bin": ["bin/svc"],
1010
"require": {
11-
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0",
11+
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0||~8.5.0",
1212
"ext-json": "*",
1313
"laminas/laminas-stdlib": "^3.18",
14-
"nikic/php-parser": "^4.19",
14+
"nikic/php-parser": "^5.0",
1515
"phpstan/phpdoc-parser": "^0.5.5",
1616
"sabre/xml": "~4.0.5",
17-
"symfony/console": "~6.4.17",
18-
"symfony/string": "~6.4.15",
19-
"tomzx/php-semver-checker": "^0.16.0",
17+
"symfony/console": "~6.4.17||~7.4.0",
18+
"symfony/string": "~6.4.15||~7.4.0",
19+
"tomzx/php-semver-checker": "^0.17.0",
2020
"wikimedia/less.php": "^5.1"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)