Skip to content

Commit

Permalink
Replace alphpaca/monocle-constraint with symfony/flex
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz committed Sep 5, 2024
1 parent 016eb5e commit 3e3fb99
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"sylius/sylius": "<1.12"
},
"require-dev": {
"alphpaca/monocle-constraint": "^0.1",
"phpspec/prophecy-phpunit": "^2.2",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.8.1",
Expand All @@ -38,27 +37,26 @@
"symfony/browser-kit": "^5.4 || ^6.0",
"symfony/debug-bundle": "^5.4 || ^6.0",
"symfony/dotenv": "^5.4 || ^6.0",
"symfony/flex": "^2.4",
"symfony/intl": "^5.4 || ^6.0",
"symfony/monolog-bundle": "^3.10",
"symfony/web-profiler-bundle": "^5.4 || ^6.0"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"alphpaca/monocle-constraint": true,
"dealerdirect/phpcodesniffer-composer-installer": false,
"phpstan/extension-installer": true,
"symfony/flex": true,
"symfony/runtime": true
}
},
"extra": {
"branch-alias": {
"dev-main": "1.0-dev"
},
"monocle": {
"constraint": {
"symfony/symfony": "5.4.*"
}
"symfony": {
"require": "5.4.*"
}
},
"scripts": {
Expand Down

0 comments on commit 3e3fb99

Please sign in to comment.