Commit 6ee049a
committed
chore(systemtags): pre-compute user authorizations
Signed-off-by: Benjamin Gaussorgues <[email protected]>1 parent d5bf59f commit 6ee049a
2 files changed
Lines changed: 8 additions & 6 deletions
- composer.lock+7-12
- composer/installed.json+8-13
- composer/installed.php+3-3
- justinrainbow/json-schema/src/JsonSchema/Constraints/BaseConstraint.php+2-2
- justinrainbow/json-schema/src/JsonSchema/Constraints/CollectionConstraint.php+2-2
- justinrainbow/json-schema/src/JsonSchema/Constraints/Constraint.php+9-9
- justinrainbow/json-schema/src/JsonSchema/Constraints/ConstraintInterface.php+2-2
- justinrainbow/json-schema/src/JsonSchema/Constraints/EnumConstraint.php+1-1
- justinrainbow/json-schema/src/JsonSchema/Constraints/Factory.php+2-2
- justinrainbow/json-schema/src/JsonSchema/Constraints/FormatConstraint.php+1-1
- justinrainbow/json-schema/src/JsonSchema/Constraints/NumberConstraint.php+1-1
- justinrainbow/json-schema/src/JsonSchema/Constraints/ObjectConstraint.php+5-5
- justinrainbow/json-schema/src/JsonSchema/Constraints/SchemaConstraint.php+1-1
- justinrainbow/json-schema/src/JsonSchema/Constraints/StringConstraint.php+1-1
- justinrainbow/json-schema/src/JsonSchema/Constraints/TypeConstraint.php+1-1
- justinrainbow/json-schema/src/JsonSchema/Constraints/UndefinedConstraint.php+1-1
- justinrainbow/json-schema/src/JsonSchema/Exception/JsonDecodingException.php+1-1
- justinrainbow/json-schema/src/JsonSchema/SchemaStorage.php+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
29 | | - | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
51 | | - | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
0 commit comments