Skip to content

Commit 2527134

Browse files
committed
update symfony/deps
symfony/var-exporter 8.x is not yet support (doctrine orm)
1 parent 73f276f commit 2527134

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A simple skeleton to build api's based on the [slim][1] framework.
2525
* [ramsey/uuid][13]: ^4.9.1
2626
* [slim/psr7][14]: ^1.8
2727
* [slim/slim][15]: ^4.15.1
28-
* [symfony/console][16]: ^7.4.0
28+
* [symfony/console][16]: ^7.4.1|^8.0.1
2929
* [symfony/var-exporter][17]: ^7.4.0
3030

3131
## Environment

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"ramsey/uuid": "^4.9.1",
3131
"slim/psr7": "^1.8",
3232
"slim/slim": "^4.15.1",
33-
"symfony/console": "^7.4.0",
33+
"symfony/console": "^7.4.1|^8.0.1",
3434
"symfony/var-exporter": "^7.4.0"
3535
},
3636
"require-dev": {

0 commit comments

Comments
 (0)