Update composer packages list

This commit is contained in:
2023-02-24 16:34:18 +09:00
parent 69ea4398d0
commit 4e60877e80
2 changed files with 54 additions and 2 deletions

0
data/sync.sh Normal file → Executable file
View File

View 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"