php7 composer

This commit is contained in:
snipe 2018-07-24 20:10:49 -07:00
parent a55a9ca4cd
commit 6b31e2aca9
2 changed files with 1869 additions and 820 deletions

View file

@ -5,46 +5,53 @@
"license": "AGPL-3", "license": "AGPL-3",
"type": "project", "type": "project",
"require": { "require": {
"php": ">=5.6.4", "php": ">=7.1.3",
"barryvdh/laravel-debugbar": "^2.4", "bacon/bacon-qr-code": "^1.0",
"barryvdh/laravel-debugbar": "^3.1.4",
"doctrine/cache": "^1.6", "doctrine/cache": "^1.6",
"doctrine/common": "^2.7", "doctrine/common": "^2.7",
"doctrine/dbal": "^2.5.13", "doctrine/dbal": "^2.8.0",
"doctrine/inflector": "1.1.*", "doctrine/inflector": "1.3.*",
"doctrine/instantiator": "1.0.*", "doctrine/instantiator": "1.1.*",
"erusev/parsedown": "^1.6", "erusev/parsedown": "^1.6",
"fideloper/proxy": "^3.1", "fideloper/proxy": "~4.0",
"intervention/image": "^2.3", "intervention/image": "^2.3",
"javiereguiluz/easyslugger": "^1.0", "javiereguiluz/easyslugger": "^1.0",
"laravel/framework": "5.4.35", "laravel/framework": "5.6.16",
"laravel/passport": "^3.0", "laravel/passport": "~6.0",
"laravel/tinker": "^1.0", "laravel/tinker": "^1.0",
"laravelcollective/html": "^5.3", "laravelcollective/html": "^5.3",
"league/csv": "^8.1", "league/csv": "^9.0",
"maknz/slack": "^1.7", "maknz/slack": "^1.7",
"neitanod/forceutf8": "^2.0", "neitanod/forceutf8": "^2.0",
"patchwork/utf8": "~1.2", "patchwork/utf8": "~1.2",
"phpdocumentor/reflection-docblock": "3.2.2", "phpdocumentor/reflection-docblock": "3.2.2",
"phpspec/prophecy": "1.6.2", "phpspec/prophecy": "1.7.5",
"pragmarx/google2fa": "^1.0", "pragmarx/google2fa": "^3.0",
"pragmarx/google2fa-laravel": "^0.2.0",
"predis/predis": "^1.1", "predis/predis": "^1.1",
"rollbar/rollbar-laravel": "^2.2", "rollbar/rollbar-laravel": "^2.3",
"schuppo/password-strength": "~1.5", "schuppo/password-strength": "~1.5",
"spatie/laravel-backup": "3.11.0", "spatie/laravel-backup": "^5.6",
"tecnickcom/tc-lib-barcode": "^1.15", "tecnickcom/tc-lib-barcode": "^1.15",
"tightenco/ziggy": "^0.4.1", "tightenco/ziggy": "^0.6.3",
"unicodeveloper/laravel-password": "^1.0", "unicodeveloper/laravel-password": "^1.0",
"watson/validating": "^3.0" "watson/validating": "^3.0"
}, },
"require-dev": { "require-dev": {
"codeception/codeception": "2.3.6", "codeception/codeception": "^2.4",
"fzaninotto/faker": "~1.4", "fzaninotto/faker": "~1.4",
"phpunit/php-token-stream": "1.4.11",
"phpunit/phpunit": "~5.7",
"roave/security-advisories": "dev-master", "roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "*", "squizlabs/php_codesniffer": "*",
"symfony/css-selector": "3.1.*", "symfony/css-selector": "4.0.*",
"symfony/dom-crawler": "3.1.*" "symfony/dom-crawler": "4.0.*"
},
"extra": {
"laravel": {
"dont-discover": [
"rollbar/rollbar-laravel"
]
}
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [
@ -72,9 +79,8 @@
"preferred-install": "dist", "preferred-install": "dist",
"sort-packages": true, "sort-packages": true,
"optimize-autoloader": true, "optimize-autoloader": true,
"process-timeout":3000,
"platform": { "platform": {
"php": "5.6.4" "php": "7.1.3"
} }
} }

2581
composer.lock generated

File diff suppressed because it is too large Load diff