Skip to content

Commit fa71565

Browse files
authored
Merge pull request #52 from magento-gl/php8.3_Support
Php8.3 support
2 parents f3d2f95 + 22b23a2 commit fa71565

File tree

3 files changed

+219
-198
lines changed

3 files changed

+219
-198
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
php-version:
1717
- "8.1"
1818
- "8.2"
19+
- "8.3"
1920
dependencies:
2021
- "lowest"
2122
- "highest"

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "magento/magento-semver",
33
"description": "Magento Semantic Version Checker",
4-
"version": "13.0.0-beta2",
4+
"version": "13.0.0-beta3",
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",
11+
"php": "~8.1.0||~8.2.0||~8.3.0",
1212
"ext-json": "*",
13-
"laminas/laminas-stdlib": "^3.6",
13+
"laminas/laminas-stdlib": "^3.18",
1414
"nikic/php-parser": "^4.15",
1515
"phpstan/phpdoc-parser": "^0.5.5",
1616
"sabre/xml": "~2.2.3",
17-
"symfony/console": "~4.4.0||~5.4.0",
17+
"symfony/console": "~4.4.0||~5.4.0||~6.4.0",
1818
"tomzx/php-semver-checker": "^0.15.0",
1919
"wikimedia/less.php": "^3.2"
2020
},

0 commit comments

Comments
 (0)