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 95e213f commit 22dead7Copy full SHA for 22dead7
CHANGELOG.md
@@ -5,7 +5,7 @@ CHANGE LOG
5
## V1.1 (Upcoming)
6
7
* PHP 5.6 and HHVM compatibility
8
-* Bumped dependencies
+* Composer tweaks
9
10
11
## V1.0 (12/02/2014)
composer.json
@@ -13,6 +13,7 @@
13
"php": ">=5.4.7",
14
"laravel/framework": "4.1.*",
15
"symfony/config": "2.4.*",
16
+ "symfony/event-dispatcher": "2.4.*",
17
"symfony/filesystem": "2.4.*",
18
"mrclay/minify": "2.2.*"
19
},
@@ -21,7 +22,11 @@
21
22
23
"autoload": {
24
"psr-4": {
- "GrahamCampbell\\HTMLMin\\": "src/",
25
+ "GrahamCampbell\\HTMLMin\\": "src/"
26
+ }
27
+ },
28
+ "autoload-dev": {
29
+ "psr-4": {
30
"GrahamCampbell\\Tests\\HTMLMin\\": "tests/"
31
}
32
0 commit comments