mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-12 08:29:34 +00:00
added beluga-php/docker-php client and some basic updates to the base Container class
This commit is contained in:
+4
-2
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user