Skip to content

Commit 289442e

Browse files
committed
Fix syntax, remove version
1 parent 38e96de commit 289442e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"description": "Symfony MonologBundle",
55
"keywords": [],
66
"homepage": "http://symfony.com",
7-
"version": "2.1.0",
87
"license": "MIT",
98
"authors": [
109
{
@@ -18,7 +17,7 @@
1817
],
1918
"require": {
2019
"php": ">=5.3.2",
21-
"symfony/monolog-bridge": "self.version"
20+
"symfony/monolog-bridge": "self.version",
2221
"monolog/monolog": "1.*"
2322
},
2423
"autoload": {

0 commit comments

Comments
 (0)