Skip to content

Commit 48ef6a3

Browse files
committed
Implemented access to control access to CRUD APIs
1 parent 9b92261 commit 48ef6a3

File tree

7 files changed

+217
-104
lines changed

7 files changed

+217
-104
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
"php-platform/config" : "~0.1",
2222
"php-platform/errors" : "~0.1",
2323
"php-platform/annotations" : "~0.1",
24-
"php-platform/json-cache" : "~0.1"
24+
"php-platform/json-cache" : "~0.1",
25+
"php-platform/session" : "~0.1"
2526
},
2627
"require-dev" : {
27-
"php-platform/persist-unit" : "~0.1"
28+
"php-platform/persist-unit" : "v0.1.4"
2829
},
2930
"autoload" : {
3031
"psr-4" : {

composer.lock

+76-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)