Make composer install work on 7.4 as well as 8.0

This commit is contained in:
Brady Wetherington 2021-11-09 13:06:24 -08:00
parent ec030e9e1f
commit 25d72d2978
2 changed files with 92 additions and 42 deletions

View file

@ -11,7 +11,7 @@
"license": "AGPL-3.0-or-later",
"type": "project",
"require": {
"php": ">=7.3 <8.1",
"php": ">=7.4 <8.1",
"ext-curl": "*",
"ext-fileinfo": "*",
"ext-json": "*",
@ -19,7 +19,7 @@
"ext-pdo": "*",
"adldap2/adldap2": "^10.2",
"alek13/slack": "^2.0",
"bacon/bacon-qr-code": "^1.0",
"bacon/bacon-qr-code": "^2.0",
"barryvdh/laravel-debugbar": "^3.6",
"doctrine/cache": "^1.10",
"doctrine/common": "^2.12",
@ -42,8 +42,8 @@
"laravel/tinker": "^2.6",
"laravel/ui": "^3.3",
"laravelcollective/html": "^6.2",
"lcobucci/clock": "2.0.0",
"lcobucci/jwt": "^4.0.4",
"lcobucci/clock": "1.2.0|2.0.0",
"lcobucci/jwt": "^3.4.5|^4.0.4",
"league/csv": "^9.7",
"league/flysystem-aws-s3-v3": "^1.0",
"league/flysystem-cached-adapter": "^1.1",

126
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "d0e42e877969339eef17dfad8350ce8a",
"content-hash": "26519057fc0f511ac96d83f7aa419000",
"packages": [
{
"name": "adldap2/adldap2",
@ -245,16 +245,16 @@
},
{
"name": "aws/aws-sdk-php",
"version": "3.200.2",
"version": "3.201.0",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "e4f500693a3c91b7dc5d9703a8b9c1641c6208bd"
"reference": "d2bb0296a3fe62fbc975075d7b06c41002a6517d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/e4f500693a3c91b7dc5d9703a8b9c1641c6208bd",
"reference": "e4f500693a3c91b7dc5d9703a8b9c1641c6208bd",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/d2bb0296a3fe62fbc975075d7b06c41002a6517d",
"reference": "d2bb0296a3fe62fbc975075d7b06c41002a6517d",
"shasum": ""
},
"require": {
@ -330,38 +330,41 @@
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.200.2"
"source": "https://github.com/aws/aws-sdk-php/tree/3.201.0"
},
"time": "2021-11-08T19:13:50+00:00"
"time": "2021-11-09T19:28:28+00:00"
},
{
"name": "bacon/bacon-qr-code",
"version": "1.0.2",
"version": "2.0.4",
"source": {
"type": "git",
"url": "https://github.com/Bacon/BaconQrCode.git",
"reference": "448ee9929aece0e86f0e2b926e636f9b53d03ce1"
"reference": "f73543ac4e1def05f1a70bcd1525c8a157a1ad09"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/448ee9929aece0e86f0e2b926e636f9b53d03ce1",
"reference": "448ee9929aece0e86f0e2b926e636f9b53d03ce1",
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/f73543ac4e1def05f1a70bcd1525c8a157a1ad09",
"reference": "f73543ac4e1def05f1a70bcd1525c8a157a1ad09",
"shasum": ""
},
"require": {
"dasprid/enum": "^1.0.3",
"ext-iconv": "*",
"php": ">=5.3.3"
"php": "^7.1 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
"phly/keep-a-changelog": "^1.4",
"phpunit/phpunit": "^7 | ^8 | ^9",
"squizlabs/php_codesniffer": "^3.4"
},
"suggest": {
"ext-gd": "to generate QR code images"
"ext-imagick": "to generate QR code images"
},
"type": "library",
"autoload": {
"psr-0": {
"BaconQrCode": "src/"
"psr-4": {
"BaconQrCode\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@ -372,7 +375,7 @@
{
"name": "Ben Scholzen 'DASPRiD'",
"email": "mail@dasprids.de",
"homepage": "http://www.dasprids.de",
"homepage": "https://dasprids.de/",
"role": "Developer"
}
],
@ -380,9 +383,9 @@
"homepage": "https://github.com/Bacon/BaconQrCode",
"support": {
"issues": "https://github.com/Bacon/BaconQrCode/issues",
"source": "https://github.com/Bacon/BaconQrCode/tree/master"
"source": "https://github.com/Bacon/BaconQrCode/tree/2.0.4"
},
"time": "2016-11-26T13:57:10+00:00"
"time": "2021-06-18T13:26:35+00:00"
},
{
"name": "barryvdh/laravel-debugbar",
@ -602,6 +605,53 @@
],
"time": "2021-09-13T08:41:34+00:00"
},
{
"name": "dasprid/enum",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/DASPRiD/Enum.git",
"reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DASPRiD/Enum/zipball/5abf82f213618696dda8e3bf6f64dd042d8542b2",
"reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "^7 | ^8 | ^9",
"squizlabs/php_codesniffer": "^3.4"
},
"type": "library",
"autoload": {
"psr-4": {
"DASPRiD\\Enum\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Ben Scholzen 'DASPRiD'",
"email": "mail@dasprids.de",
"homepage": "https://dasprids.de/",
"role": "Developer"
}
],
"description": "PHP 7.1 enum implementation",
"keywords": [
"enum",
"map"
],
"support": {
"issues": "https://github.com/DASPRiD/Enum/issues",
"source": "https://github.com/DASPRiD/Enum/tree/1.0.3"
},
"time": "2020-10-02T16:03:48+00:00"
},
{
"name": "defuse/php-encryption",
"version": "v2.3.1",
@ -3059,16 +3109,16 @@
},
{
"name": "laravel/framework",
"version": "v8.69.0",
"version": "v8.70.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "545181da688db64fed6d8427e55f630a90ca0d32"
"reference": "f4b69fac9292df1a8afd5eb93e77990444ad5077"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/545181da688db64fed6d8427e55f630a90ca0d32",
"reference": "545181da688db64fed6d8427e55f630a90ca0d32",
"url": "https://api.github.com/repos/laravel/framework/zipball/f4b69fac9292df1a8afd5eb93e77990444ad5077",
"reference": "f4b69fac9292df1a8afd5eb93e77990444ad5077",
"shasum": ""
},
"require": {
@ -3227,7 +3277,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2021-11-02T13:53:22+00:00"
"time": "2021-11-09T16:50:33+00:00"
},
{
"name": "laravel/helpers",
@ -12053,31 +12103,31 @@
},
{
"name": "overtrue/phplint",
"version": "3.0.3",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/overtrue/phplint.git",
"reference": "0bbdef4758e848290ce2eff12f25dd8189eebddf"
"reference": "2d68ee8ab9083041a297cb6897ccec6290814c88"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/overtrue/phplint/zipball/0bbdef4758e848290ce2eff12f25dd8189eebddf",
"reference": "0bbdef4758e848290ce2eff12f25dd8189eebddf",
"url": "https://api.github.com/repos/overtrue/phplint/zipball/2d68ee8ab9083041a297cb6897ccec6290814c88",
"reference": "2d68ee8ab9083041a297cb6897ccec6290814c88",
"shasum": ""
},
"require": {
"ext-json": "*",
"n98/junit-xml": "1.1.0",
"php": ">=8.0",
"symfony/console": "^5.0",
"symfony/finder": "^5.0",
"symfony/process": "^5.0",
"symfony/yaml": "^5.0"
"php": ">=5.5.9",
"symfony/console": "^3.2|^4.0|^5.0",
"symfony/finder": "^3.0|^4.0|^5.0",
"symfony/process": "^3.3|^4.0|^5.0",
"symfony/yaml": "^3.0|^4.0|^5.0"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.7",
"friendsofphp/php-cs-fixer": "^3.0",
"jakub-onderka/php-console-highlighter": "^0.4"
"friendsofphp/php-cs-fixer": "^2.16",
"jakub-onderka/php-console-highlighter": "^0.3.2 || ^0.4"
},
"bin": [
"bin/phplint"
@ -12117,9 +12167,9 @@
],
"support": {
"issues": "https://github.com/overtrue/phplint/issues",
"source": "https://github.com/overtrue/phplint/tree/3.0.3"
"source": "https://github.com/overtrue/phplint/tree/3.0.0"
},
"time": "2021-07-08T11:20:50+00:00"
"time": "2021-06-02T13:27:41+00:00"
},
{
"name": "phar-io/manifest",
@ -13541,7 +13591,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.3 <8.1",
"php": ">=7.4 <8.1",
"ext-curl": "*",
"ext-fileinfo": "*",
"ext-json": "*",