We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fa43e commit ad50a78Copy full SHA for ad50a78
1 file changed
composer.json
@@ -1,15 +1,14 @@
1
{
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"
+ "name": "northys/css-inliner",
+ "description": "PHP Library that converts css file into html inline styles.",
+ "license": "LGPL",
+ "authors": [
+ {
+ "name": "Jiri Travnicek"
+ }
+ ],
+ "require": {
+ "symfony/css-selector": "~2.5",
+ "sabberworm/php-css-parser": "6.0.*"
15
}
0 commit comments