We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7827329 commit 27b78e2Copy full SHA for 27b78e2
1 file changed
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "caxy/htmldiff-bundle",
3
"type": "symfony-bundle",
4
- "description": "Symfony2 Bundle for php-htmldiff (caxy/php-htmldiff)",
+ "description": "Symfony Bundle for php-htmldiff (caxy/php-htmldiff)",
5
"license": "MIT",
6
"keywords": [ "diff", "html", "diffing" ],
7
"homepage": "https://github.com/caxy/HtmlDiffBundle",
@@ -14,7 +14,7 @@
14
],
15
"require": {
16
"php": ">=5.3.9",
17
- "symfony/framework-bundle": "~2.3|~3.0",
+ "symfony/framework-bundle": "~2.3|3.*",
18
"caxy/php-htmldiff": "~0.1"
19
},
20
"require-dev": {
0 commit comments