Skip to content

Commit 95e0629

Browse files
committed
Merge branch 'develop' into ACP2E-932
2 parents b5f0478 + 1e5a267 commit 95e0629

File tree

3 files changed

+247
-575
lines changed

3 files changed

+247
-575
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
php-version:
17-
- "7.4"
1817
- "8.1"
18+
- "8.2"
1919
dependencies:
2020
- "lowest"
2121
- "highest"

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
{
22
"name": "magento/magento-semver",
33
"description": "Magento Semantic Version Checker",
4-
"version": "12.0.0-beta2",
4+
"version": "12.0.0-beta3",
55
"license": [
66
"OSL-3.0",
77
"AFL-3.0"
88
],
99
"bin": ["bin/svc"],
1010
"require": {
11-
"php": "~7.4.0||~8.1.0||~8.2.0",
11+
"php": "~8.1.0||~8.2.0",
1212
"ext-json": "*",
13-
"laminas/laminas-dependency-plugin": "^2.2.0",
14-
"laminas/laminas-stdlib": "~3.6.0",
13+
"laminas/laminas-stdlib": "^3.6",
1514
"nikic/php-parser": "^4.15",
1615
"phpstan/phpdoc-parser": "^0.5.5",
1716
"sabre/xml": "~2.2.3",
1817
"symfony/console": "~4.4.0||~5.4.0",
1918
"tomzx/php-semver-checker": "^0.15.0",
20-
"wikimedia/less.php": "~3.1.0"
19+
"wikimedia/less.php": "^3.2"
2120
},
2221
"require-dev": {
2322
"ext-dom": "*",

0 commit comments

Comments
 (0)