Maurits van der Schee 5 years ago
parent
commit
01f097d1fb
2 changed files with 12 additions and 0 deletions
  1. 6
    0
      api.php
  2. 6
    0
      build.php

+ 6
- 0
api.php View File

3
  * PHP-CRUD-API v2              License: MIT
3
  * PHP-CRUD-API v2              License: MIT
4
  * Maurits van der Schee: maurits@vdschee.nl
4
  * Maurits van der Schee: maurits@vdschee.nl
5
  * https://github.com/mevdschee/php-crud-api
5
  * https://github.com/mevdschee/php-crud-api
6
+ *
7
+ * Dependencies
8
+ * - vendor/psr/*: PHP-FIG
9
+ *   https://github.com/php-fig
10
+ * - vendor/nyholm/*: Tobias Nyholm
11
+ *   https://github.com/Nyholm
6
  **/
12
  **/
7
 
13
 
8
 namespace Tqdev\PhpCrudApi;
14
 namespace Tqdev\PhpCrudApi;

+ 6
- 0
build.php View File

67
  * PHP-CRUD-API v2              License: MIT
67
  * PHP-CRUD-API v2              License: MIT
68
  * Maurits van der Schee: maurits@vdschee.nl
68
  * Maurits van der Schee: maurits@vdschee.nl
69
  * https://github.com/mevdschee/php-crud-api
69
  * https://github.com/mevdschee/php-crud-api
70
+ *
71
+ * Dependencies:
72
+ * - vendor/psr/*: PHP-FIG
73
+ *   https://github.com/php-fig
74
+ * - vendor/nyholm/*: Tobias Nyholm
75
+ *   https://github.com/Nyholm
70
  **/
76
  **/
71
 
77
 
72
 namespace Tqdev\PhpCrudApi;
78
 namespace Tqdev\PhpCrudApi;

Loading…
Cancel
Save