chore(legacy): upgrade propel1 dependency (#1512)

This commit is contained in:
Jonas L 2022-01-26 22:18:18 +01:00 committed by GitHub
parent 7393db50e0
commit e740267ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 6 deletions

22
legacy/composer.lock generated
View File

@ -160,21 +160,23 @@
"source": {
"type": "git",
"url": "https://github.com/jooola/propel1.git",
"reference": "419193e7f7fe3b7123cd4fc475264adef7005831"
"reference": "9758036652d6da204f4680adfcb8583ab819a21f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jooola/propel1/zipball/419193e7f7fe3b7123cd4fc475264adef7005831",
"reference": "419193e7f7fe3b7123cd4fc475264adef7005831",
"url": "https://api.github.com/repos/jooola/propel1/zipball/9758036652d6da204f4680adfcb8583ab819a21f",
"reference": "9758036652d6da204f4680adfcb8583ab819a21f",
"shasum": ""
},
"require": {
"phing/phing": "~2.4",
"php": ">=5.2.4"
"php": "^7.1"
},
"require-dev": {
"pear-pear.php.net/pear_packagefilemanager2": "@stable",
"phpunit/phpunit": "~4.0||~5.0"
"phpcompatibility/php-compatibility": "^9.3",
"phpunit/phpunit": "^9.0.0",
"squizlabs/php_codesniffer": "^3.5"
},
"default-branch": true,
"bin": [
@ -197,6 +199,14 @@
"runtime/lib",
"generator/lib"
],
"scripts": {
"post-install-cmd": [
"\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility"
],
"post-update-cmd": [
"\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility"
]
},
"license": [
"MIT"
],
@ -219,7 +229,7 @@
"support": {
"source": "https://github.com/jooola/propel1/tree/master"
},
"time": "2021-10-03T22:21:13+00:00"
"time": "2022-01-13T02:39:05+00:00"
},
{
"name": "massivescale/celery-php",