Skip to content

Commit

Permalink
Bump composer.json to L5
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Karhoff committed Mar 2, 2015
1 parent f8a008e commit 9f21e47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
/vendor
/.idea
composer.phar
composer.lock
.DS_Store
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -10,14 +10,14 @@
"license": "MIT",
"require": {
"php": ">=5.3.0",
"illuminate/support": "<4.3,>=4.0",
"illuminate/view": "<4.3,>=4.0",
"illuminate/support": ">=5.0",
"illuminate/view": ">=5.0",
"mthaml/mthaml": "~1.3"
},
"autoload": {
"psr-0": {
"Bkwld\\LaravelHaml": "src/"
}
},
"minimum-stability": "dev"
"minimum-stability": "stable"
}

0 comments on commit 9f21e47

Please sign in to comment.