Skip to content

Commit 11a8511

Browse files
committed
- "symfony/framework-bundle" is now optional since you can also use this bundle standlone for PDO only
1 parent 54a2842 commit 11a8511

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@
4242
}
4343
],
4444
"require": {
45-
"php": "^5.4|~7.0",
46-
"symfony/framework-bundle": "^2.7|^3.0"
45+
"php": "^5.4|~7.0"
46+
},
47+
"suggest": {
48+
"symfony/framework-bundle": "For when using this in Symfony"
4749
},
4850
"autoload": {
4951
"psr-4": {

0 commit comments

Comments
 (0)