mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-12 07:29:45 +00:00
feat: rename package name
This commit is contained in:
+6
-6
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "shyim/testcontainer",
|
||||
"description": "Testcontainer implementation in PHP",
|
||||
"name": "testcontainers/testcontainers",
|
||||
"description": "Testcontainers implementation in PHP",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"docker",
|
||||
"testcontainer"
|
||||
"testcontainers"
|
||||
],
|
||||
"type": "library",
|
||||
"authors": [
|
||||
@@ -15,7 +15,7 @@
|
||||
],
|
||||
"require": {
|
||||
"php": ">= 8.1",
|
||||
"symfony/process": "^5.3|^6.0|^7.0"
|
||||
"symfony/process": "^5.0|^6.0|^7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.5",
|
||||
@@ -28,12 +28,12 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Testcontainer\\": "src/"
|
||||
"Testcontainers\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Testcontainer\\Tests\\": "tests/"
|
||||
"Testcontainers\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user