Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit ea0ebc6

Browse files
committed
Replace with original package and updated required packages for support latest PHP
1 parent 9d2da70 commit ea0ebc6

File tree

2 files changed

+248
-187
lines changed

2 files changed

+248
-187
lines changed

composer.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "tomzx/php-semver-checker",
2+
"name": "magento/magento-semver-checker",
33
"description": "PHP Semantic Versioning Checker",
44
"type": "library",
55
"keywords": [
@@ -21,16 +21,18 @@
2121
},
2222
"require": {
2323
"php": "^8.0",
24-
2524
"hassankhan/config": "^3.0",
26-
"nikic/php-parser": "^4.0",
27-
"symfony/console": "^6.0",
28-
"symfony/yaml": "^6.0",
25+
"nikic/php-parser": "^5.0",
26+
"symfony/console": "^6.0 || ^7.0",
27+
"symfony/yaml": "^6.0 || ^7.0",
2928
"tomzx/finder": "^0.2"
3029
},
3130
"require-dev": {
3231
"mockery/mockery": "^1.4.4",
33-
"phpunit/phpunit": "^9.5.10"
32+
"phpunit/phpunit": "^9.6"
33+
},
34+
"replace": {
35+
"tomzx/php-semver-checker": "^0.16"
3436
},
3537
"bin": [
3638
"bin/php-semver-checker"

0 commit comments

Comments
 (0)