Skip to content

Commit caae1bd

Browse files
committed
changed src 3
1 parent a25b88f commit caae1bd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+4
-1544
lines changed

.travis.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

composer.json

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
11
{
22
"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": "mehdi"}
10-
],
11-
"require": {
12-
"php": ">=5.3.2"
13-
},
14-
"require-dev": {
15-
"phpunit/phpunit": "*"
16-
},
173
"autoload": {
18-
"psr-0": { "Mehdirma10\\CSS": "src/" }
4+
"psr-0" : {
5+
"Mehdirma10\\CSS" : "src"
6+
}
197
}
20-
}
8+
}

phpunit.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/Sabberworm/CSS/CSSList/AtRuleBlockListTest.php

Lines changed: 0 additions & 27 deletions
This file was deleted.

tests/Sabberworm/CSS/CSSList/DocumentTest.php

Lines changed: 0 additions & 26 deletions
This file was deleted.

tests/Sabberworm/CSS/OutputFormatTest.php

Lines changed: 0 additions & 170 deletions
This file was deleted.

0 commit comments

Comments
 (0)