Skip to content

Commit

Permalink
Merge pull request laravel#424 from lucasmichot/feature/7.0/composer
Browse files Browse the repository at this point in the history
[7.0] Some composer adjustments.
  • Loading branch information
taylorotwell authored Jul 6, 2017
2 parents a7f3277 + c7327e7 commit cb051ac
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"description": "Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.",
"keywords": ["laravel", "stripe", "billing"],
"license": "MIT",
"support": {
"issues": "https://github.com/laravel/cashier/issues",
"source": "https://github.com/laravel/cashier"
},
"authors": [
{
"name": "Taylor Otwell",
Expand All @@ -11,16 +15,16 @@
],
"require": {
"php": ">=5.5.9",
"dompdf/dompdf": "^0.8.0",
"illuminate/database": "~5.3",
"illuminate/support": "~5.3",
"dompdf/dompdf": "^0.8.0",
"nesbot/carbon": "~1.0",
"stripe/stripe-php": "~4.0",
"symfony/http-kernel": "~2.7|~3.0"
},
"require-dev": {
"illuminate/routing": "~5.3",
"illuminate/http": "~5.3",
"illuminate/routing": "~5.3",
"illuminate/view": "~5.3",
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0",
Expand All @@ -46,6 +50,9 @@
]
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit cb051ac

Please sign in to comment.