We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51aea14 commit bbb6435Copy full SHA for bbb6435
composer.json
@@ -2,6 +2,7 @@
2
"name": "restjs/php-rest-api",
3
"version": "3.0.0",
4
"description": "Minimalistic RESTful API with Modular Structure",
5
+ "type": "package",
6
"scripts": {
7
"start": "php -S localhost:8888"
8
},
@@ -31,6 +32,20 @@
31
32
"RestJS\\": "src/"
33
}
34
35
+ "repositories": [
36
+ {
37
38
+ "package": {
39
+ "name": "RestJS/php-rest-api",
40
+ "version": "v3",
41
+ "source": {
42
+ "url": "https://github.com/fullstackondemand/php-rest-api.git",
43
+ "type": "git",
44
+ "reference": "master"
45
+ }
46
47
48
+ ],
49
"authors": [
50
{
51
"name": "Pramod Singh",
0 commit comments