Skip to content

Commit c12d513

Browse files
committed
composer credentials
1 parent a1007b2 commit c12d513

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "sabberworm/php-css-parser",
2+
"name": "mehdirma10/php-css-parser",
33
"type": "library",
44
"description": "Parser for CSS Files written in PHP",
55
"keywords": ["parser", "css", "stylesheet"],
66
"homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
77
"license": "MIT",
88
"authors": [
9-
{"name": "Raphael Schweikert"}
9+
{"name": "mehdi"}
1010
],
1111
"require": {
1212
"php": ">=5.3.2"
@@ -15,6 +15,6 @@
1515
"phpunit/phpunit": "~4.8"
1616
},
1717
"autoload": {
18-
"psr-0": { "Sabberworm\\CSS": "lib/" }
18+
"psr-0": { "Mehdirma10\\CSS": "lib/" }
1919
}
2020
}

0 commit comments

Comments
 (0)