refs #26470 update for php 8
* sync with vufind, remove obsolete bridge
... | ... | @@ -10,16 +10,17 @@ |
{ | ||
"name": "Pascal Kanter", | ||
"email": "kanter@ub.uni-leipzig.de" | ||
}, | ||
{ | ||
"name": "Robert Lange", | ||
"email": "lange@ub.uni-leipzig.de" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.1", | ||
"finc/vufindhttp-psrcompat": "^0.0", | ||
"psr/http-client": "^1.0", | ||
"guzzlehttp/psr7": "^1.4", | ||
"ext-json": "*", | ||
"finc/symfony-serializer-zend-bridge": "^0.0.1", | ||
"symfony/property-info": "^3.4" | ||
"php": "^7.3 || ^8.0", | ||
"vufind-org/vufindhttp": "*", | ||
"finc/symfony-serializer-zend-bridge": "^2.0", | ||
"ext-json": "*" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... | @@ -28,7 +29,7 @@ |
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"finc\\Boss\\tests": "tests/" | ||
"finc\\Boss\\tests\\": "tests/" | ||
} | ||
}, | ||
"scripts": { | ||
... | ... |
Please register or sign in to comment