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