We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1007b2 commit c12d513Copy full SHA for c12d513
composer.json
@@ -1,12 +1,12 @@
1
{
2
- "name": "sabberworm/php-css-parser",
+ "name": "mehdirma10/php-css-parser",
3
"type": "library",
4
"description": "Parser for CSS Files written in PHP",
5
"keywords": ["parser", "css", "stylesheet"],
6
"homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
7
"license": "MIT",
8
"authors": [
9
- {"name": "Raphael Schweikert"}
+ {"name": "mehdi"}
10
],
11
"require": {
12
"php": ">=5.3.2"
@@ -15,6 +15,6 @@
15
"phpunit/phpunit": "~4.8"
16
},
17
"autoload": {
18
- "psr-0": { "Sabberworm\\CSS": "lib/" }
+ "psr-0": { "Mehdirma10\\CSS": "lib/" }
19
}
20
0 commit comments