Skip to content

Commit

Permalink
Updating composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Oct 18, 2015
1 parent 5fcbdff commit ae2d2e6
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
{
"name": "arcanedev/laravel-html",
"name": "arcanedev/laravel-html",
"description": "HTML and Form Builders for the Laravel Framework",
"keywords": ["laravel", "html", "form", "arcanesoft"],
"homepage": "https://github.com/ARCANEDEV/LaravelHtml",
"license": "MIT",
"keywords": ["arcanedev", "arcanesoft", "laravel", "html", "form"],
"homepage": "https://github.com/ARCANEDEV/LaravelHtml",
"authors": [
{
"name": "ARCANEDEV",
"email": "[email protected]",
"name": "ARCANEDEV",
"email": "[email protected]",
"homepage": "https://github.com/ARCANEDEV"
}
],
"type": "library",
"license": "MIT",
"require": {
"php": ">=5.5.9",
"arcanedev/support": "~3.0",
"illuminate/routing": "~5.1.0",
"illuminate/session": "~5.1.0"
"php": ">=5.5.9",
"arcanedev/support": "~3.0",
"illuminate/routing": "~5.1.0",
"illuminate/session": "~5.1.0"
},
"require-dev": {
"orchestra/testbench": "~3.1.0",
"phpunit/phpunit": "~4.0",
"phpunit/phpcov": "~2.0",
"mockery/mockery": "~0.9"
"phpunit/phpcov": "~2.0",
"phpunit/phpunit": "~4.0|~5.0",
"mockery/mockery": "~0.9"
},
"autoload": {
"psr-4": {
Expand All @@ -33,5 +34,10 @@
"psr-4": {
"Arcanedev\\LaravelHtml\\Tests\\": "tests/"
}
},
"extra": {
"branch-alias": {
"dev-master": "5.2-dev"
}
}
}

0 comments on commit ae2d2e6

Please sign in to comment.