Newer
Older
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "2f45ef6ae5963a03962e11a11538d26d",
"name": "audriga/scim-server-php",
"version": "dev-main",
"url": "https://lab.libreho.st/libre.sh/scim/scim-server-php.git",
"reference": "dfa3a7646a896f54501e86bf38cf0cb299e20920"
"coenjacobs/mozart": "^0.7.1",
"firebase/php-jwt": "^6.3",
"ramsey/uuid": "^4.2",
"slim/php-view": "^3.1",
"slim/psr7": "^1.5",
"slim/slim": "^4.10"
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.6"
"mozart": {
"dep_namespace": "Opf\\ScimServerPhp\\",
"dep_directory": "/src/ScimServerPhp/",
"classmap_directory": "/classes/scimserverphp/",
"classmap_prefix": "ScimServerPhp_",
"packages": [
"firebase/php-jwt"
],
"delete_vendor_directories": true
"scripts": {
"post-install-cmd": [
"\"vendor/bin/mozart\" compose",
"composer dump-autoload"
],
"post-update-cmd": [
"\"vendor/bin/mozart\" compose",
"composer dump-autoload"
]
},
"name": "audriga",
"email": "opensource@audriga.com"
"description": "An open library for SCIM servers implementation",
"reference": "f510c0a40911935b77b86859eb5223d58d660df1"
"url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1",
"reference": "f510c0a40911935b77b86859eb5223d58d660df1",
"phpunit/phpunit": "^10.1",
"vimeo/psalm": "5.16.0"
},
"type": "library",
"autoload": {
"psr-4": {
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Arbitrary-precision arithmetic library",
"Arbitrary-precision",
"BigInteger",
"BigRational",
"arithmetic",
"bigdecimal",
"bignum",
"decimal",
"integer",
"math",
"mathematics",
"rational"
"issues": "https://github.com/brick/math/issues",
"source": "https://github.com/brick/math/tree/0.12.1"
},
{
"name": "carbonphp/carbon-doctrine-types",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
"reference": "9098d1cc5ac1baf3c9733dc48f3388fbd35e7c9e"
"url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/9098d1cc5ac1baf3c9733dc48f3388fbd35e7c9e",
"reference": "9098d1cc5ac1baf3c9733dc48f3388fbd35e7c9e",
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
"shasum": ""
},
"require": {
"php": "^8.1"
},
"conflict": {
"doctrine/dbal": "<4.0.0 || >=5.0.0"
},
"require-dev": {
"doctrine/dbal": "^4.0.0",
"nesbot/carbon": "^2.71.0 || ^3.0.0",
"phpunit/phpunit": "^10.3"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "KyleKatarn",
"email": "kylekatarnls@gmail.com"
}
],
"description": "Types to use Carbon in Doctrine",
"keywords": [
"carbon",
"date",
"datetime",
"doctrine",
"time"
],
"support": {
"issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
"source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/main"
},
"funding": [
{
"url": "https://github.com/kylekatarnls",
"type": "github"
},
{
"url": "https://opencollective.com/Carbon",
"type": "open_collective"
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
Loading
Loading full blame...