Skip to content

Commit 6c52ba6

Browse files
committed
Merge branch 'AC-3483' of github.com:magento-gl/magento-semver into AC-3483
2 parents c4c8b21 + 2b16c36 commit 6c52ba6

File tree

88 files changed

+1320
-1354
lines changed

Some content is hidden

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

88 files changed

+1320
-1354
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
php-version:
17-
- "7.4"
1817
- "8.1"
18+
- "8.2"
19+
- "8.3"
1920
dependencies:
2021
- "lowest"
2122
- "highest"

composer.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
{
22
"name": "magento/magento-semver",
33
"description": "Magento Semantic Version Checker",
4-
"version": "12.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": "~7.4.0||~8.1.0",
11+
"php": "~8.1.0||~8.2.0||~8.3.0",
1212
"ext-json": "*",
13-
"laminas/laminas-dependency-plugin": "^2.2.0",
14-
"laminas/laminas-stdlib": "~3.6.0",
13+
"laminas/laminas-stdlib": "^3.18",
1514
"nikic/php-parser": "^4.15",
1615
"phpstan/phpdoc-parser": "^0.5.5",
1716
"sabre/xml": "~2.2.3",
18-
"symfony/console": "~4.4.0||~5.4.0",
19-
"tomzx/php-semver-checker": "^0.15.0",
20-
"wikimedia/less.php": "~3.1.0"
17+
"symfony/console": "~6.4.0",
18+
"tomzx/php-semver-checker": "^0.16.0",
19+
"wikimedia/less.php": "^3.2"
2120
},
2221
"require-dev": {
2322
"ext-dom": "*",
24-
"phpunit/phpunit": "~9.5.8",
23+
"phpunit/phpunit": "^10.5",
2524
"squizlabs/php_codesniffer": "~3.6.0"
2625
},
2726
"autoload": {

0 commit comments

Comments
 (0)