Whitespace composer.json
This commit is contained in:
parent
d4c7214cc4
commit
08b8e590d8
|
|
@ -1,10 +1,15 @@
|
|||
{
|
||||
"name": "attendize/attendize",
|
||||
"description": "A free and open-source event management and ticket selling application.",
|
||||
"keywords": ["event management", "ticket selling", "tickets", "events"],
|
||||
"keywords": [
|
||||
"event management",
|
||||
"ticket selling",
|
||||
"tickets",
|
||||
"events"
|
||||
],
|
||||
"license": "AAL",
|
||||
"type": "project",
|
||||
"homepage" : "https://www.attendize.com",
|
||||
"homepage": "https://www.attendize.com",
|
||||
"require": {
|
||||
"barryvdh/laravel-ide-helper": "~2.4",
|
||||
"doctrine/dbal": "~2.3",
|
||||
|
|
@ -18,7 +23,7 @@
|
|||
"laravel/framework": "~5.6",
|
||||
"laravel/socialite": "~3.0",
|
||||
"laravelcollective/html": "~5.6",
|
||||
"league/flysystem-aws-s3-v3" : "~1.0",
|
||||
"league/flysystem-aws-s3-v3": "~1.0",
|
||||
"maatwebsite/excel": "~2.1",
|
||||
"maxhoffmann/parsedown-laravel": "dev-master",
|
||||
"mcamara/laravel-localization": "~1.2",
|
||||
|
|
@ -73,9 +78,9 @@
|
|||
"config": {
|
||||
"preferred-install": "dist"
|
||||
},
|
||||
"extra" : {
|
||||
"laravel" : {
|
||||
"dont-discover" : [
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"dont-discover": [
|
||||
"potsky/laravel-localization-helpers"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue