Skip to content

Commit 962967d

Browse files
authored
Merge branch 'develop' into app-etc-di.xml
2 parents 7d1195a + d7feca7 commit 962967d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+376
-533
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"name": "magento/magento-semver",
33
"description": "Magento Semantic Version Checker",
4-
"version": "13.0.0-beta1",
4+
"version": "13.0.0-beta4",
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",
18-
"tomzx/php-semver-checker": "^0.15.0",
17+
"symfony/console": "~6.4.0",
18+
"tomzx/php-semver-checker": "^0.16.0",
1919
"wikimedia/less.php": "^3.2"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)