mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 21:38:22 +01:00
7d0f151a40
a2cd7283fb
Typo fix comment php 7.3 compat on rector workflow (#3432)
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "react\/promise",
|
|
"description": "A lightweight implementation of CommonJS Promises\/A for PHP",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jan Sorgalla",
|
|
"homepage": "https:\/\/sorgalla.com\/",
|
|
"email": "jsorgalla@gmail.com"
|
|
},
|
|
{
|
|
"name": "Christian L\u00fcck",
|
|
"homepage": "https:\/\/clue.engineering\/",
|
|
"email": "christian@clue.engineering"
|
|
},
|
|
{
|
|
"name": "Cees-Jan Kiewiet",
|
|
"homepage": "https:\/\/wyrihaximus.net\/",
|
|
"email": "reactphp@ceesjankiewiet.nl"
|
|
},
|
|
{
|
|
"name": "Chris Boden",
|
|
"homepage": "https:\/\/cboden.dev\/",
|
|
"email": "cboden@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit\/phpunit": "^9.3 || ^5.7 || ^4.8.36"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RectorPrefix202303\\React\\Promise\\": "src\/"
|
|
},
|
|
"files": [
|
|
"src\/functions_include.php"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"RectorPrefix202303\\React\\Promise\\": [
|
|
"tests",
|
|
"tests\/fixtures"
|
|
]
|
|
}
|
|
},
|
|
"keywords": [
|
|
"promise",
|
|
"promises"
|
|
]
|
|
} |