Skip to content
This repository was archived by the owner on Jan 18, 2018. It is now read-only.

Commit 98a3223

Browse files
Tweaks
1 parent 06b71f6 commit 98a3223

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CHANGE LOG
55
## V0.3 Alpha (Upcoming)
66

77
* PHP 5.6 and HHVM compatibility
8+
* Composer tweaks
89

910

1011
## V0.2.1 Alpha (08/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
"graham-campbell/htmlmin": "1.1.*"
1819
},
@@ -21,7 +22,11 @@
2122
},
2223
"autoload": {
2324
"psr-4": {
24-
"GrahamCampbell\\Navigation\\": "src/",
25+
"GrahamCampbell\\Navigation\\": "src/"
26+
}
27+
},
28+
"autoload-dev": {
29+
"psr-4": {
2530
"GrahamCampbell\\Tests\\Navigation\\": "tests/"
2631
}
2732
},

0 commit comments

Comments
 (0)