Skip to content

Commit b01df4e

Browse files
authored
Merge pull request #62 from magento-gl/AC-13728
AC-13728::Explicit nullable type added with PHP 8.4 support
2 parents c84f075 + a021619 commit b01df4e

File tree

22 files changed

+260
-340
lines changed

22 files changed

+260
-340
lines changed

composer.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "magento/magento-semver",
33
"description": "Magento Semantic Version Checker",
4-
"version": "13.0.0-beta6",
4+
"version": "13.0.0-beta7",
55
"license": [
66
"OSL-3.0",
77
"AFL-3.0"
@@ -11,16 +11,18 @@
1111
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0",
1212
"ext-json": "*",
1313
"laminas/laminas-stdlib": "^3.18",
14-
"nikic/php-parser": "^4.15",
14+
"nikic/php-parser": "^4.19",
1515
"phpstan/phpdoc-parser": "^0.5.5",
16-
"sabre/xml": "~2.2.3",
17-
"symfony/console": "~6.4.0",
16+
"sabre/xml": "~4.0.5",
17+
"symfony/console": "~6.4.17",
18+
"symfony/string": "~6.4.15",
1819
"tomzx/php-semver-checker": "^0.16.0",
19-
"wikimedia/less.php": "^3.2"
20+
"wikimedia/less.php": "^5.1"
2021
},
2122
"require-dev": {
2223
"ext-dom": "*",
23-
"phpunit/phpunit": "^10.5",
24+
"phpunit/phpunit": "~10.5.28",
25+
"sebastian/cli-parser": "^2.0.1",
2426
"squizlabs/php_codesniffer": "~3.6.0"
2527
},
2628
"autoload": {

0 commit comments

Comments
 (0)