mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-26 01:16:56 +00:00
Initial import
This commit is contained in:
commit
2295a33590
884 changed files with 93939 additions and 0 deletions
26
php/vendor/php-di/slim-bridge/composer.json
vendored
Normal file
26
php/vendor/php-di/slim-bridge/composer.json
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "php-di/slim-bridge",
|
||||
"description": "PHP-DI integration in Slim",
|
||||
"license": "MIT",
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"DI\\Bridge\\Slim\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"DI\\Bridge\\Slim\\Test\\": "tests/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1 || ^8.0",
|
||||
"php-di/php-di": "^6.0.0",
|
||||
"php-di/invoker": "^2.0.0",
|
||||
"slim/slim": "^4.2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"laminas/laminas-diactoros": "^2.1",
|
||||
"phpunit/phpunit": ">= 7.0 < 10"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue