Skip to content

Commit 023538a

Browse files
committed
removed dependecy on php-platform/restful
1 parent 34f837b commit 023538a

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@
2020
],
2121
"require" : {
2222
"php" : ">=5.5",
23-
"php-platform/restful" : "~0.1",
2423
"php-platform/web-session" : "~0.1",
2524
"php-platform/mock-config" : "~0.1",
2625
"php-platform/errors" : "~0.1"
2726
},
27+
"suggest" : {
28+
"php-platform/restful" : "This restful-unit package works well with v0.1-dev release of php-platform/restful"
29+
},
2830
"autoload" : {
2931
"psr-4" : {
3032
"PhpPlatform\\" : "src/"

composer.lock

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

0 commit comments

Comments
 (0)