Skip to content

Commit ad50a78

Browse files
committed
Change required versions in composer.json
1 parent d9fa43e commit ad50a78

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

composer.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
2-
"name": "northys/css-inliner",
3-
"description": "PHP Library that converts css file into html inline styles.",
4-
"require": {
5-
"symfony/css-selector": "*",
6-
"sabberworm/php-css-parser": "*"
7-
},
8-
"license": "LGPL",
9-
"authors": [
10-
{
11-
"name": "Jiri Travnicek"
12-
}
13-
],
14-
"minimum-stability": "stable"
2+
"name": "northys/css-inliner",
3+
"description": "PHP Library that converts css file into html inline styles.",
4+
"license": "LGPL",
5+
"authors": [
6+
{
7+
"name": "Jiri Travnicek"
8+
}
9+
],
10+
"require": {
11+
"symfony/css-selector": "~2.5",
12+
"sabberworm/php-css-parser": "6.0.*"
13+
}
1514
}

0 commit comments

Comments
 (0)