added beluga-php/docker-php client and some basic updates to the base Container class

This commit is contained in:
Sergei Shitikov
2024-08-22 16:41:51 +02:00
parent 68a2d6d47c
commit c82e974ab9
8 changed files with 154 additions and 133 deletions
+4 -2
View File
@@ -15,7 +15,8 @@
],
"require": {
"php": ">= 8.1",
"symfony/process": "^5.0|^6.0|^7.0"
"beluga-php/docker-php": "^1.45",
"symfony/http-client": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
@@ -44,7 +45,8 @@
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"php-http/discovery": true
}
}
}