Skip to content

Commit

Permalink
Merge branch 'develop' into app-etc-di.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Mar 7, 2024
2 parents 7d1195a + d7feca7 commit 962967d
Show file tree
Hide file tree
Showing 56 changed files with 376 additions and 533 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"
dependencies:
- "lowest"
- "highest"
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "magento/magento-semver",
"description": "Magento Semantic Version Checker",
"version": "13.0.0-beta1",
"version": "13.0.0-beta4",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"bin": ["bin/svc"],
"require": {
"php": "~8.1.0||~8.2.0",
"php": "~8.1.0||~8.2.0||~8.3.0",
"ext-json": "*",
"laminas/laminas-stdlib": "^3.6",
"laminas/laminas-stdlib": "^3.18",
"nikic/php-parser": "^4.15",
"phpstan/phpdoc-parser": "^0.5.5",
"sabre/xml": "~2.2.3",
"symfony/console": "~4.4.0||~5.4.0",
"tomzx/php-semver-checker": "^0.15.0",
"symfony/console": "~6.4.0",
"tomzx/php-semver-checker": "^0.16.0",
"wikimedia/less.php": "^3.2"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 962967d

Please sign in to comment.