Skip to content

Commit dabfd2c

Browse files
authored
Merge pull request #7 from openprovider/premiumdns/v1.0.0-initial
Reset main branch
2 parents cb81bd1 + 98d2a45 commit dabfd2c

3,881 files changed

Lines changed: 25 additions & 366920 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 25 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,28 @@
11
{
2-
"autoload": {
3-
"psr-4": {
4-
"OpenproviderPremiumDns\\": "./",
5-
"GuzzleHttp6\\": "vendor-static/guzzlehttp/guzzle/src",
6-
"GuzzleHttp6\\Psr7\\": "vendor-static/guzzlehttp/psr7/src/",
7-
"GuzzleHttp6\\Promise\\": "vendor-static/guzzlehttp/promises/src/"
8-
},
9-
"files": [
10-
"helper.php",
11-
"vendor-static/guzzlehttp/guzzle/src/functions_include.php",
12-
"vendor-static/guzzlehttp/psr7/src/functions_include.php",
13-
"vendor-static/guzzlehttp/promises/src/functions_include.php"
14-
],
15-
"classmap": [
16-
"lib/"
17-
]
18-
},
19-
"require": {
20-
"openprovider/rest-client-php": "dev-v1beta",
21-
"phpdocumentor/reflection-docblock": "^5.2",
22-
"symfony/serializer": "^5.2",
23-
"symfony/property-access": "^5.2"
24-
},
25-
"require-dev": {
26-
"phpunit/phpunit": "^7",
27-
"mockery/mockery": "^1.0",
28-
"php-mock/php-mock-mockery": "^1.2",
29-
"illuminate/database": "6.20.*"
30-
},
31-
"repositories": [
32-
{
33-
"type": "vcs",
34-
"url": "https://github.com/openprovider/rest-client-php"
35-
}
36-
],
37-
"scripts": {
38-
"post-install-cmd": [
39-
"OpenproviderPremiumDns\\scripts\\UpdateGuzzleNamespace::postUpdate",
40-
"composer dump-autoload"
41-
]
2+
"autoload": {
3+
"psr-4": {},
4+
"files": [],
5+
"classmap": [
6+
"lib/"
7+
]
8+
},
9+
"require": {
10+
"openprovider/rest-client-php": "dev-v1beta",
11+
"phpdocumentor/reflection-docblock": "^5.2",
12+
"symfony/serializer": "^5.2",
13+
"symfony/property-access": "^5.2"
14+
},
15+
"require-dev": {
16+
"phpunit/phpunit": "^7",
17+
"mockery/mockery": "^1.0",
18+
"php-mock/php-mock-mockery": "^1.2",
19+
"illuminate/database": "6.20.*"
20+
},
21+
"repositories": [
22+
{
23+
"type": "vcs",
24+
"url": "https://github.com/openprovider/rest-client-php"
4225
}
26+
],
27+
"scripts": {}
4328
}

0 commit comments

Comments
 (0)