File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ These implementations are a proof-of-concept and do only support basic REST CRUD
29
29
30
30
This is a single file application! Upload "api.php" somewhere and enjoy!
31
31
32
- Alternatively, you can use [ Composer] ( https://getcomposer.org/ ) . See the _ Composer Installation_ section below.
33
-
34
32
## Limitations
35
33
36
34
- Primary keys should either be auto-increment (from 1 to 2^53) or UUID
@@ -1040,7 +1038,7 @@ If it does not, something is wrong on your hosting environment.
1040
1038
1041
1039
## Composer Installation
1042
1040
1043
- Include the library in your composer.json file:
1041
+ You can use [ Composer ] ( https://getcomposer.org/ ) to install. Include the library in your composer.json file:
1044
1042
1045
1043
``` json
1046
1044
{
You can’t perform that action at this time.
0 commit comments