Skip to content

Commit 27b78e2

Browse files
bricelalujschroed91
authored andcommitted
Fix composer.json when installing this bundle on new version of symfony 3 (#13)
* Fix symfony dep * Fix composer issue * try to fix * Try to fix deps with symfony 3.2.* * WIP * Fix deps * Restore bundle name
1 parent 7827329 commit 27b78e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "caxy/htmldiff-bundle",
33
"type": "symfony-bundle",
4-
"description": "Symfony2 Bundle for php-htmldiff (caxy/php-htmldiff)",
4+
"description": "Symfony Bundle for php-htmldiff (caxy/php-htmldiff)",
55
"license": "MIT",
66
"keywords": [ "diff", "html", "diffing" ],
77
"homepage": "https://github.com/caxy/HtmlDiffBundle",
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"php": ">=5.3.9",
17-
"symfony/framework-bundle": "~2.3|~3.0",
17+
"symfony/framework-bundle": "~2.3|3.*",
1818
"caxy/php-htmldiff": "~0.1"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)