Skip to content

Commit 3daf297

Browse files
committed
clean up a bit for 0.5
1 parent a2ec737 commit 3daf297

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ php:
77
- hhvm
88

99
before_script:
10-
- curl -s http://getcomposer.org/installer | php
11-
- php composer.phar install --dev
10+
- composer self-update
11+
- composer install --dev --no-interaction
1212

1313
script: phpunit

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Simple dynamic menu building system.
44

5-
PHP framework agnostic. Uses Twitter Bootstrap 3 class names and is not very configurable in that regard (yet?).
5+
PHP framework agnostic. The default renderer uses Bootstrap 3 class names and markup.
66

77
## Installation
88

src/ServiceProvider.php

-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ public function register()
2020
});
2121
}
2222

23-
public function boot()
24-
{
25-
// $this->app['config']->package('anlutro/menu', __DIR__.'/config', 'anlutro/menu');
26-
}
27-
2823
public function provides()
2924
{
3025
return array('anlutro\Menu\Builder');

0 commit comments

Comments
 (0)