Skip to content

Commit

Permalink
Corrections for master
Browse files Browse the repository at this point in the history
  • Loading branch information
mlantz committed May 22, 2017
1 parent d7aba64 commit a47a02b
Showing 1 changed file with 39 additions and 37 deletions.
76 changes: 39 additions & 37 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,43 @@
{
"name": "laravelcollective/html",
"description": "HTML and Form Builders for the Laravel Framework",
"license": "MIT",
"homepage": "http://laravelcollective.com",
"support": {
"issues": "https://github.com/LaravelCollective/html/issues",
"source": "https://github.com/LaravelCollective/html"
},
"authors": [
{
"name": "Adam Engebretson",
"email": "adam@laravelcollective.com"
"name": "laravelcollective/html",
"description": "HTML and Form Builders for the Laravel Framework",
"license": "MIT",
"homepage": "http://laravelcollective.com",
"support": {
"issues": "https://github.com/LaravelCollective/html/issues",
"source": "https://github.com/LaravelCollective/html"
},
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"require": {
"php": ">=7.0.0",
"illuminate/http": "5.5.x-dev",
"illuminate/routing": "5.5.x-dev",
"illuminate/session": "5.5.x-dev",
"illuminate/support": "5.5.x-dev",
"illuminate/view": "5.5.x-dev"
},
"require-dev": {
"illuminate/database": "5.5.x-dev",
"mockery/mockery": "~0.9.4",
"phpunit/phpunit": "~5.4"
},
"autoload": {
"psr-4": {
"Collective\\Html\\": "src/"
"authors": [
{
"name": "Adam Engebretson",
"email": "adam@laravelcollective.com"
},
{
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
}
],
"require": {
"php": ">=7.0.0",
"illuminate/http": "5.5.x-dev",
"illuminate/routing": "5.5.x-dev",
"illuminate/session": "5.5.x-dev",
"illuminate/support": "5.5.x-dev",
"illuminate/view": "5.5.x-dev"
},
"files": [
"src/helpers.php"
]
}
"require-dev": {
"illuminate/database": "5.5.x-dev",
"mockery/mockery": "~0.9.4",
"phpunit/phpunit": "~5.4"
},
"autoload": {
"psr-4": {
"Collective\\Html\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit a47a02b

Please sign in to comment.