Skip to content

Commit f4d988c

Browse files
committed
🐛 Fix for providers
1 parent 5f00c18 commit f4d988c

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed

composer.json

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
{
2-
"name": "sivi/afd.laravel",
3-
"type": "library",
4-
"description": "Laravel implementation for the AFD standard",
5-
"keywords": [
6-
"laravel5",
7-
"SIVI",
8-
"Financial",
9-
"AFD",
10-
"GIM",
11-
"SKP",
12-
"ADN"
13-
],
14-
"homepage": "https://github.com/rapideinternet/afd.laravel",
15-
"license": "MIT",
16-
"authors": [
17-
{
18-
"name": "Peter Mein",
19-
"email": "[email protected]"
20-
}
21-
],
22-
"prefer-stable": true,
23-
"require": {
24-
"php": "~7",
25-
"laravel/framework": "5.*",
26-
"guzzlehttp/guzzle": "~6.0",
27-
"doctrine/dbal": "^2.5",
28-
"sivi/afd": "dev-master",
29-
"sivi/afd.connectors": "dev-master"
30-
},
31-
"require-dev": {
32-
"phpunit/phpunit": "~7.0",
33-
"phpunit/php-code-coverage": "~6.0",
34-
"orchestra/database": "~3.6",
35-
"orchestra/testbench": "~3.5"
36-
},
37-
"autoload": {
38-
"psr-4": {
39-
"SIVI\\LaravelAFD\\": "src"
40-
}
41-
},
42-
"autoload-dev": {
43-
"psr-4": {
44-
"Tests\\": "tests/"
45-
}
46-
},
47-
"extra": {
48-
"laravel": {
49-
"providers": [
50-
"SIVI\\LaravelAFD\\AfdServiceProvider"
51-
]
52-
}
2+
"name": "sivi/afd.laravel",
3+
"type": "library",
4+
"description": "Laravel implementation for the AFD standard",
5+
"keywords": [
6+
"laravel5",
7+
"SIVI",
8+
"Financial",
9+
"AFD",
10+
"GIM",
11+
"SKP",
12+
"ADN"
13+
],
14+
"homepage": "https://github.com/rapideinternet/afd.laravel",
15+
"license": "MIT",
16+
"authors": [
17+
{
18+
"name": "Peter Mein",
19+
"email": "[email protected]"
5320
}
21+
],
22+
"prefer-stable": true,
23+
"require": {
24+
"php": "~7",
25+
"laravel/framework": "5.*",
26+
"guzzlehttp/guzzle": "~6.0",
27+
"doctrine/dbal": "^2.5",
28+
"sivi/afd": "dev-master",
29+
"sivi/afd.connectors": "dev-master"
30+
},
31+
"require-dev": {
32+
"phpunit/phpunit": "~7.0",
33+
"phpunit/php-code-coverage": "~6.0",
34+
"orchestra/database": "~3.6",
35+
"orchestra/testbench": "~3.5"
36+
},
37+
"autoload": {
38+
"psr-4": {
39+
"SIVI\\LaravelAFD\\": "src"
40+
}
41+
},
42+
"autoload-dev": {
43+
"psr-4": {
44+
"Tests\\": "tests/"
45+
}
46+
},
47+
"extra": {
48+
"laravel": {
49+
"providers": [
50+
"SIVI\\LaravelAFD\\Providers\\AfdServiceProvider"
51+
]
52+
}
53+
}
5454
}

0 commit comments

Comments
 (0)