mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-03 16:44:07 +02:00
parent
85b84ed1f3
commit
8b563b4226
1 changed files with 13 additions and 9 deletions
|
|
@ -1,24 +1,28 @@
|
||||||
{
|
{
|
||||||
"name" : "icewind/streams",
|
"name": "icewind/streams",
|
||||||
"description" : "A set of generic stream wrappers",
|
"description": "A set of generic stream wrappers",
|
||||||
"license" : "MIT",
|
"license": "MIT",
|
||||||
"authors" : [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name" : "Robin Appelman",
|
"name": "Robin Appelman",
|
||||||
"email": "icewind@owncloud.com"
|
"email": "icewind@owncloud.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require" : {
|
"require": {
|
||||||
"php": ">=5.6"
|
"php": ">=5.6"
|
||||||
},
|
},
|
||||||
"require-dev" : {
|
"require-dev": {
|
||||||
"php-coveralls/php-coveralls": "v2.1.0",
|
"php-coveralls/php-coveralls": "v2.1.0",
|
||||||
"phpunit/phpunit": "^5.7"
|
"phpunit/phpunit": "^5.7"
|
||||||
},
|
},
|
||||||
"autoload" : {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Icewind\\Streams\\Tests\\": "tests/",
|
|
||||||
"Icewind\\Streams\\": "src/"
|
"Icewind\\Streams\\": "src/"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"autoload-dev": {
|
||||||
|
"psr-4": {
|
||||||
|
"Icewind\\Streams\\Tests\\": "tests/"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue