Skip to content

Commit 01f097d

Browse files
committed
wip
1 parent 8708b85 commit 01f097d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

api.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
* PHP-CRUD-API v2 License: MIT
44
* Maurits van der Schee: [email protected]
55
* 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
612
**/
713

814
namespace Tqdev\PhpCrudApi;

build.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ function addHeader(array &$lines)
6767
* PHP-CRUD-API v2 License: MIT
6868
* Maurits van der Schee: [email protected]
6969
* 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
7076
**/
7177
7278
namespace Tqdev\PhpCrudApi;

0 commit comments

Comments
 (0)