Skip to content

Commit 9c80571

Browse files
committed
Rename test folder to tests
1 parent 7fa0da8 commit 9c80571

10 files changed

Lines changed: 24 additions & 24 deletions

composer.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"name": "userlist/userlist",
3-
"description": "PHP wrapper for the Userlist API",
4-
"type": "library",
5-
"require-dev": {
6-
"phpunit/phpunit": "^9.0"
7-
},
8-
"license": "MIT",
9-
"authors": [
10-
{
11-
"name": "Benedikt Deicke",
12-
"email": "benedikt@userlist.com"
13-
}
14-
],
15-
"require": {
16-
"php": ">=7.1",
17-
"guzzlehttp/guzzle": "^6.3|^7.0"
18-
},
19-
"autoload": {
20-
"psr-4": {
21-
"Userlist\\": "src/"
22-
}
23-
},
24-
"scripts": {
25-
"test": "phpunit test"
2+
"name": "userlist/userlist",
3+
"description": "PHP wrapper for the Userlist API",
4+
"type": "library",
5+
"require-dev": {
6+
"phpunit/phpunit": "^9.0"
7+
},
8+
"license": "MIT",
9+
"authors": [
10+
{
11+
"name": "Benedikt Deicke",
12+
"email": "benedikt@userlist.com"
2613
}
14+
],
15+
"require": {
16+
"php": ">=7.1",
17+
"guzzlehttp/guzzle": "^6.3|^7.0"
18+
},
19+
"autoload": {
20+
"psr-4": {
21+
"Userlist\\": "src/"
22+
}
23+
},
24+
"scripts": {
25+
"test": "phpunit tests"
26+
}
2727
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)