Skip to content

Commit

Permalink
Merge pull request #52 from magento-gl/php8.3_Support
Browse files Browse the repository at this point in the history
Php8.3 support
  • Loading branch information
sidolov committed Feb 1, 2024
2 parents f3d2f95 + 22b23a2 commit fa71565
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 198 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
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "magento/magento-semver",
"description": "Magento Semantic Version Checker",
"version": "13.0.0-beta2",
"version": "13.0.0-beta3",
"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",
"symfony/console": "~4.4.0||~5.4.0||~6.4.0",
"tomzx/php-semver-checker": "^0.15.0",
"wikimedia/less.php": "^3.2"
},
Expand Down

0 comments on commit fa71565

Please sign in to comment.