File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 3
3
* PHP-CRUD-API v2 License: MIT
4
4
* Maurits van der Schee: [email protected]
5
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
14
namespace Tqdev \PhpCrudApi ;
Original file line number Diff line number Diff line change @@ -67,6 +67,12 @@ function addHeader(array &$lines)
67
67
* PHP-CRUD-API v2 License: MIT
68
68
* Maurits van der Schee: [email protected]
69
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
78
namespace Tqdev\PhpCrudApi;
You can’t perform that action at this time.
0 commit comments