CoreLibs v7.12.1 release

This commit is contained in:
2023-02-28 09:32:52 +09:00
parent 4e60877e80
commit 568a034614

View File

@@ -21,7 +21,45 @@
"minimum-stability": "dev",
"require": {},
"dist": {
"url": "https://git.egplusww.jp/Composer/CoreLibs-Composer-All/archive/v7.12.0.zip",
"url": "https://git.egplusww.jp/Composer/CoreLibs-Composer-All/archive/v7.12.1.zip",
"type": "zip"
}
},
"7.12.1": {
"name": "egrajp/corelibs-composer-all",
"version": "7.12.1",
"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.1.zip",
"type": "zip"
}
},