* Added support for PHP 7.3 v2 Specialization * Add builder dockerfile for PHP7 * Support mcrypt in PHP 7.3
15 lines
303 B
JSON
15 lines
303 B
JSON
{
|
|
"name": "example/php7",
|
|
"description": "Example for php7 environment",
|
|
"require": {
|
|
"psr/log": "^1.1",
|
|
"psr/http-message": "^1.0"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Alberto Lopez",
|
|
"email": "alberto.lopez.benito@gmail.com"
|
|
}
|
|
]
|
|
}
|