-
- Downloads
wip
Showing
- app/controllers/start.php 11 additions, 0 deletionsapp/controllers/start.php
- composer.json 4 additions, 2 deletionscomposer.json
- composer.lock 468 additions, 120 deletionscomposer.lock
- lib/classes/HttpFactory.php 151 additions, 0 deletionslib/classes/HttpFactory.php
- lib/classes/JsonApi/Routes/Files/FileRefsContentShow.php 2 additions, 2 deletionslib/classes/JsonApi/Routes/Files/FileRefsContentShow.php
- lib/classes/Siteinfo.php 1 addition, 1 deletionlib/classes/Siteinfo.php
- lib/classes/exportdocument/ExportPDF.class.php 3 additions, 3 deletionslib/classes/exportdocument/ExportPDF.class.php
- lib/classes/librarysearch/LibrarySearch.class.php 2 additions, 6 deletionslib/classes/librarysearch/LibrarySearch.class.php
- lib/functions.php 87 additions, 0 deletionslib/functions.php
- lib/models/OpenGraphURL.class.php 3 additions, 7 deletionslib/models/OpenGraphURL.class.php
... | ... | @@ -18,7 +18,6 @@ |
}, | ||
"require": { | ||
"php": "^7.2", | ||
"guzzlehttp/psr7": "^2.3", | ||
"neomerx/json-api": "4.0.1", | ||
"spomky-labs/otphp": "^10", | ||
"tuupola/cors-middleware": "^1.2.1", | ||
... | ... | @@ -59,7 +58,10 @@ |
"symfony/polyfill-php73": "^1.27", | ||
"symfony/polyfill-php74": "^1.27", | ||
"symfony/polyfill-php80": "^1.27", | ||
"symfony/polyfill-php81": "^1.27" | ||
"symfony/polyfill-php81": "^1.27", | ||
"symfony/http-client": "^5.4", | ||
"nyholm/psr7": "^1.5", | ||
"psr/http-client": "^1.0" | ||
}, | ||
"replace": { | ||
"symfony/polyfill-php54": "*", | ||
... | ... |
This diff is collapsed.
lib/classes/HttpFactory.php
0 → 100644
Please register or sign in to comment