Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a88ba4e

Browse files
update composer
1 parent 63fe172 commit a88ba4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "babymarkt/deepl",
2+
"name": "babymarkt/deepl-php-lib",
33
"description": "Simple PHP Library for DeepL API",
44
"type": "library",
55
"license": "MIT",
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.3"
13+
"php": ">=5.3"
1414
},
1515
"require-dev": {
1616
"php": ">=5.3",
@@ -23,7 +23,7 @@
2323
},
2424
"autoload-dev": {
2525
"psr-4": {
26-
"BabyMarkt\\DeepL\\": [ "src/", "tests/" ]
26+
"BabyMarkt\\DeepL\\": "tests/"
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)