Update composer packages list
This commit is contained in:
0
data/sync.sh
Normal file → Executable file
0
data/sync.sh
Normal file → Executable file
@@ -21,7 +21,45 @@
|
|||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"require": {},
|
"require": {},
|
||||||
"dist": {
|
"dist": {
|
||||||
"url": "https://git.egplusww.jp/Composer/CoreLibs-Composer-All/archive/v7.11.0.zip",
|
"url": "https://git.egplusww.jp/Composer/CoreLibs-Composer-All/archive/v7.12.0.zip",
|
||||||
|
"type": "zip"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"7.12.0": {
|
||||||
|
"name": "egrajp/corelibs-composer-all",
|
||||||
|
"version": "7.12.0",
|
||||||
|
"description": "CoreLibs in a composer package",
|
||||||
|
"type": "library",
|
||||||
|
"license": "MIT",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"CoreLibs\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Clemens Schwaighofer",
|
||||||
|
"email": "clemens.schwaighofer@egplusww.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"minimum-stability": "dev",
|
||||||
|
"require": {
|
||||||
|
"php": ">=8.1"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpstan/phpstan": "1.10.x-dev",
|
||||||
|
"phan/phan": "v5.x-dev",
|
||||||
|
"phpunit/phpunit": "^9",
|
||||||
|
"egrajp/smarty-extended": "^4.3"
|
||||||
|
},
|
||||||
|
"repositories": {
|
||||||
|
"git.egplusww.jp.Composer": {
|
||||||
|
"type": "composer",
|
||||||
|
"url": "https://git.egplusww.jp/api/packages/Composer/composer"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"url": "https://git.egplusww.jp/Composer/CoreLibs-Composer-All/archive/v7.12.0.zip",
|
||||||
"type": "zip"
|
"type": "zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -43,7 +81,21 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"require": {},
|
"require": {
|
||||||
|
"php": ">=8.1"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpstan/phpstan": "1.10.x-dev",
|
||||||
|
"phan/phan": "v5.x-dev",
|
||||||
|
"phpunit/phpunit": "^9",
|
||||||
|
"egrajp/smarty-extended": "^4.3"
|
||||||
|
},
|
||||||
|
"repositories": {
|
||||||
|
"git.egplusww.jp.Composer": {
|
||||||
|
"type": "composer",
|
||||||
|
"url": "https://git.egplusww.jp/api/packages/Composer/composer"
|
||||||
|
}
|
||||||
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"url": "https://git.egplusww.jp/Composer/CoreLibs-Composer-All/archive/v7.11.0.zip",
|
"url": "https://git.egplusww.jp/Composer/CoreLibs-Composer-All/archive/v7.11.0.zip",
|
||||||
"type": "zip"
|
"type": "zip"
|
||||||
|
|||||||
Reference in New Issue
Block a user