Skip to content

Commit 22dead7

Browse files
Tweaks
1 parent 95e213f commit 22dead7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CHANGE LOG
55
## V1.1 (Upcoming)
66

77
* PHP 5.6 and HHVM compatibility
8-
* Bumped dependencies
8+
* Composer tweaks
99

1010

1111
## V1.0 (12/02/2014)

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"php": ">=5.4.7",
1414
"laravel/framework": "4.1.*",
1515
"symfony/config": "2.4.*",
16+
"symfony/event-dispatcher": "2.4.*",
1617
"symfony/filesystem": "2.4.*",
1718
"mrclay/minify": "2.2.*"
1819
},
@@ -21,7 +22,11 @@
2122
},
2223
"autoload": {
2324
"psr-4": {
24-
"GrahamCampbell\\HTMLMin\\": "src/",
25+
"GrahamCampbell\\HTMLMin\\": "src/"
26+
}
27+
},
28+
"autoload-dev": {
29+
"psr-4": {
2530
"GrahamCampbell\\Tests\\HTMLMin\\": "tests/"
2631
}
2732
},

0 commit comments

Comments
 (0)