Skip to content

Commit

Permalink
Works with Laravel 4.1, which runs under PHP 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Viebrock committed Jul 3, 2014
1 parent 5a85dd5 commit 35eac1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ $mustache = new Mustache_Engine(array(

### Laravel

Slugify also provides a service provider to integrate into Laravel (versions 4.2 and later).
Slugify also provides a service provider to integrate into Laravel (versions 4.1 and later).

In your Laravel project's `app/config/app.php` file, add the service provider into the "providers" array:

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"silex/silex": "~1.2",
"sami/sami": "~1.3",
"codeclimate/php-test-reporter": "dev-master",
"laravel/framework": "~4.2"
"laravel/framework": "~4.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 35eac1c

Please sign in to comment.