8000 fixed composer.json · symfony/symfony@6816451 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6816451

Browse files
committed
fixed composer.json
1 parent 797b93b commit 6816451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Http/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"symfony/security-core": "~2.8|~3.0",
2121
"symfony/event-dispatcher": "~2.8|~3.0",
2222
"symfony/http-foundation": "~2.8|~3.0",
23-
"symfony/http-kernel": "~2.8|~3.0"
23+
"symfony/http-kernel": "~2.8|~3.0",
2424
"symfony/property-access": "~2.8|~3.0.0"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)
0