Browse code

Added README.md appinfo/info.xml appinfo/signature.json lib/Controller/AuthorApiController.php and the providers directory

DoubleBastionAdmin authored on 20/08/2022 16:33:00
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,8 @@
1
+<?php
2
+
3
+require_once (dirname(__FILE__) . '/vendor/autoload.php');
4
+
5
+if (PHP_VERSION_ID >= 50300) {
6
+    require_once (dirname(__FILE__) . '/tests/phpunit-shim.php');
7
+}
8
+require_once (dirname(__FILE__) . '/autoload.php');