Skip to content

Commit a69b63a

Browse files
committed
AC-2136: Prepare stable public release for magento/magento-semver
1 parent b76c1bd commit a69b63a

File tree

13 files changed

+95
-99
lines changed

13 files changed

+95
-99
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
matrix:
1616
php-version:
1717
- "7.4"
18-
- "8.0"
1918
- "8.1"
2019
dependencies:
2120
- "lowest"

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "magento/magento-semver",
33
"description": "Magento Semantic Version Checker",
4-
"version": "10.0.0",
4+
"version": "11.0.0",
55
"license": [
66
"OSL-3.0",
77
"AFL-3.0"
88
],
99
"bin": ["bin/svc"],
1010
"require": {
11-
"php": "~7.4.0||~8.0.0||~8.1.0",
11+
"php": "~7.4.0||~8.1.0",
1212
"ext-json": "*",
1313
"laminas/laminas-dependency-plugin": "^2.2.0",
1414
"laminas/laminas-stdlib": "~3.6.0",
@@ -31,6 +31,9 @@
3131
}
3232
},
3333
"config": {
34-
"sort-packages": true
34+
"sort-packages": true,
35+
"allow-plugins": {
36+
"laminas/laminas-dependency-plugin": true
37+
}
3538
}
3639
}

0 commit comments

Comments
 (0)