Merge pull request #12159 from uberbrady/upgrade_scim_server_to_upstream
Pulled in latest upstream changes for improved standards-compliance
This commit is contained in:
commit
9aa0356de7
2 changed files with 9 additions and 9 deletions
16
composer.lock
generated
16
composer.lock
generated
|
@ -78,19 +78,19 @@
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/grokability/laravel-scim-server.git",
|
"url": "https://github.com/grokability/laravel-scim-server.git",
|
||||||
"reference": "8eba81d36a32077ab45ef60290cad817d07b6224"
|
"reference": "2c7ecc450eee59234e059ec2e7724b2d8f3a8369"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/grokability/laravel-scim-server/zipball/8eba81d36a32077ab45ef60290cad817d07b6224",
|
"url": "https://api.github.com/repos/grokability/laravel-scim-server/zipball/2c7ecc450eee59234e059ec2e7724b2d8f3a8369",
|
||||||
"reference": "8eba81d36a32077ab45ef60290cad817d07b6224",
|
"reference": "2c7ecc450eee59234e059ec2e7724b2d8f3a8369",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/console": "^6.0|^7.0|^8.0",
|
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
|
||||||
"illuminate/database": "^6.0|^7.0|^8.0",
|
"illuminate/database": "^6.0|^7.0|^8.0|^9.0",
|
||||||
"illuminate/support": "^6.0|^7.0|^8.0",
|
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
|
||||||
"php": "^7.4|^8.0",
|
"php": "^7.0|^8.0",
|
||||||
"tmilos/scim-filter-parser": "^1.3",
|
"tmilos/scim-filter-parser": "^1.3",
|
||||||
"tmilos/scim-schema": "^0.1.0"
|
"tmilos/scim-schema": "^0.1.0"
|
||||||
},
|
},
|
||||||
|
@ -133,7 +133,7 @@
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/grokability/laravel-scim-server/tree/master"
|
"source": "https://github.com/grokability/laravel-scim-server/tree/master"
|
||||||
},
|
},
|
||||||
"time": "2022-11-09T17:01:45+00:00"
|
"time": "2022-11-22T20:26:54+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
|
|
@ -3,6 +3,6 @@
|
||||||
return [
|
return [
|
||||||
"trace" => env("SCIM_TRACE",false),
|
"trace" => env("SCIM_TRACE",false),
|
||||||
// below, if we ever get 'sure' that we can change this default to 'true' we should
|
// below, if we ever get 'sure' that we can change this default to 'true' we should
|
||||||
"standards_compliance" => env('SCIM_STANDARDS_COMPLIANCE', false),
|
"omit_main_schema_in_return" => env('SCIM_STANDARDS_COMPLIANCE', false),
|
||||||
"publish_routes" => false,
|
"publish_routes" => false,
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue