PHP 7.3 v2 Specialization (#1110)

* Added support for PHP 7.3 v2 Specialization
* Add builder dockerfile for PHP7
* Support mcrypt in PHP 7.3
This commit is contained in:
Alberto Lopez
2019-03-07 17:05:23 +08:00
committed by Ta-Ching Chen
parent 38b8cfaa0a
commit f104f0b46b
13 changed files with 853 additions and 122 deletions
+3 -2
View File
@@ -5,7 +5,8 @@
}
},
"require": {
"zendframework/zend-diactoros": "^1.3",
"monolog/monolog": "^1.22"
"monolog/monolog": "^1.22",
"react/http": "^0.8.4",
"nikic/php-parser": "^4.2"
}
}