mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Switch back to our fork of laravel-scim-server
This commit is contained in:
parent
ec1059e74c
commit
aacfed40f8
|
@ -10,6 +10,12 @@
|
||||||
],
|
],
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://github.com/grokability/laravel-scim-server"
|
||||||
|
}
|
||||||
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "8.0 - 8.2",
|
"php": "8.0 - 8.2",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
|
|
21
composer.lock
generated
21
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "411741edf87445a87a6b771e1d370a09",
|
"content-hash": "6a7666957fcf514f54340bf80ad18726",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "alek13/slack",
|
"name": "alek13/slack",
|
||||||
|
@ -77,13 +77,13 @@
|
||||||
"version": "dev-master",
|
"version": "dev-master",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/arietimmerman/laravel-scim-server.git",
|
"url": "https://github.com/grokability/laravel-scim-server.git",
|
||||||
"reference": "351937587b0120e0083b38a98d81f050bd18aa67"
|
"reference": "dda6dfb60d70fb6cca4b8d4ce1c5f4c19deaab2d"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/arietimmerman/laravel-scim-server/zipball/351937587b0120e0083b38a98d81f050bd18aa67",
|
"url": "https://api.github.com/repos/grokability/laravel-scim-server/zipball/dda6dfb60d70fb6cca4b8d4ce1c5f4c19deaab2d",
|
||||||
"reference": "351937587b0120e0083b38a98d81f050bd18aa67",
|
"reference": "dda6dfb60d70fb6cca4b8d4ce1c5f4c19deaab2d",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -115,7 +115,11 @@
|
||||||
"ArieTimmerman\\Laravel\\SCIMServer\\": "src/"
|
"ArieTimmerman\\Laravel\\SCIMServer\\": "src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"autoload-dev": {
|
||||||
|
"psr-4": {
|
||||||
|
"ArieTimmerman\\Laravel\\SCIMServer\\Tests\\": "tests"
|
||||||
|
}
|
||||||
|
},
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
|
@ -127,10 +131,9 @@
|
||||||
],
|
],
|
||||||
"description": "Laravel Package for creating a SCIM server",
|
"description": "Laravel Package for creating a SCIM server",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/arietimmerman/laravel-scim-server/issues",
|
"source": "https://github.com/grokability/laravel-scim-server/tree/master"
|
||||||
"source": "https://github.com/arietimmerman/laravel-scim-server/tree/v0.6.3"
|
|
||||||
},
|
},
|
||||||
"time": "2023-07-24T18:45:13+00:00"
|
"time": "2023-09-07T16:45:26+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "aws/aws-crt-php",
|
"name": "aws/aws-crt-php",
|
||||||
|
|
Loading…
Reference in a new issue