Skip to content

Commit 00d6d59

Browse files
authored
Update composer.json
1 parent 90a3bf1 commit 00d6d59

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

composer.json

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,19 @@
11
{
2-
"name": "vinceg/firstdataapi",
2+
"name": "integready/firstdataapi",
33
"type": "library",
44
"description": "First Data Api",
55
"keywords": [],
6-
"homepage": "http://vadimg.com/",
76
"license": "MIT",
8-
"authors": [
9-
{
10-
"name": "Vincent Gabriel",
11-
"email": "vadimg88@gmail.com"
12-
},
13-
{
14-
"name": "Vincent Gabriel",
15-
"homepage": "http://vadimg.com/"
16-
}
17-
],
7+
"authors": [],
188
"require": {
19-
"php": ">=5.3.3",
9+
"php": ">=7.1",
2010
"ext-curl": "*"
2111
},
2212
"autoload": {
2313
"psr-0": {
24-
"VinceG\\FirstDataApi\\": "VinceG/FirstDataApi/src"
14+
"integready\\FirstDataApi\\": "integready/FirstDataApi/src"
2515
}
2616
},
27-
"target-dir": "VinceG/FirstDataApi",
28-
"minimum-stability": "dev"
17+
"target-dir": "integready/FirstDataApi",
18+
"minimum-stability": "stable"
2919
}

0 commit comments

Comments
 (0)