Skip to content

Commit

Permalink
The composer/semver dependency moved to require-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Jan 2, 2024
1 parent e97041a commit 4ff46c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/migrator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"require": {
"php": "^8.1|^8.2|^8.3",
"ext-json": "*",
"composer/semver": "^3.2",
"laravel/framework": "^10.0.0",
"lastdragon-ru/lara-asp-core": "self.version",
"symfony/filesystem": "^6.3.0",
Expand All @@ -32,6 +31,7 @@
},
"require-dev": {
"ext-pdo_sqlite": "*",
"composer/semver": "^3.2",
"lastdragon-ru/lara-asp-testing": "self.version",
"mockery/mockery": "^1.6.2",
"orchestra/testbench": "^8.0.0",
Expand Down

0 comments on commit 4ff46c3

Please sign in to comment.