Update composer files.

This commit is contained in:
James Cole
2018-11-10 10:50:41 +01:00
parent 1fd8c9adc2
commit 45699f13fc
2 changed files with 164 additions and 140 deletions

View File

@@ -37,6 +37,7 @@
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/firefly-iii/firefly-iii",
"type": "project",
"readme": "readme.md",
"authors": [
{
"name": "James Cole",
@@ -45,6 +46,14 @@
"role": "Developer"
}
],
"support": {
"email": "thegrumpydictator@gmail.com",
"issues": "https://github.com/firefly-iii/firefly-iii/issues",
"forum": "https://reddit.com/r/FireflyIII",
"wiki": "https://github.com/firefly-iii/help/wiki",
"source": "https://github.com/firefly-iii/firefly-iii",
"docs": "https://firefly-iii.readthedocs.io/en/latest/"
},
"require": {
"php": ">=7.2.0",
"ext-bcmath": "*",
@@ -52,9 +61,9 @@
"ext-gd": "*",
"ext-intl": "*",
"ext-xml": "*",
"ext-ldap": "*",
"ext-zip": "*",
"ext-json": "*",
"ext-ldap": "*",
"adldap2/adldap2-laravel": "^4.0",
"bacon/bacon-qr-code": "1.*",
"bunq/sdk_php": "dev-master#8c1faefc111d9b970168a1837ca165d854954941",
@@ -87,6 +96,8 @@
"phpunit/phpunit": "7.*",
"roave/security-advisories": "dev-master"
},
"suggest": {
},
"autoload": {
"classmap": [
"database/seeds",