Skip to content

Commit

Permalink
remove flex
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Sep 11, 2024
1 parent 063bc7f commit 1640aa6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"spomky-labs/base64url": "^2.0",
"symfony/config": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/flex": "^2.4",
"symfony/http-foundation": "^6.4 || ^7.0",
"symfony/http-kernel": "^6.4 || ^7.0",
"symfony/routing": "^6.4 || ^7.0",
Expand Down Expand Up @@ -114,5 +113,8 @@
"symfony/runtime": true,
"symfony/flex": false
}
},
"provides": {
"symfony/flex": "*"
}
}

0 comments on commit 1640aa6

Please sign in to comment.