Skip to content

Commit

Permalink
remove unsupported sensio/framework-extra-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Feb 7, 2024
1 parent eefa2f5 commit a028601
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"symfony/deprecation-contracts": "^2.1|^3"
},
"require-dev": {
"sensio/framework-extra-bundle": "^6.0",
"symfony/asset": "^6.4|^7.0",
"symfony/dom-crawler": "^6.4|^7.0",
"symfony/browser-kit": "^6.4|^7.0",
Expand Down Expand Up @@ -94,5 +93,10 @@
},
"scripts": {
"phpunit": "phpunit"
},
"config": {
"allow-plugins": {
"symfony/flex": true
}
}
}

0 comments on commit a028601

Please sign in to comment.