Skip to content

Commit 6cb6b66

Browse files
committed
Updated the database to it's own package
1 parent 775069f commit 6cb6b66

File tree

2 files changed

+25
-21
lines changed

2 files changed

+25
-21
lines changed

composer.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,9 @@
88
"email": "[email protected]"
99
}
1010
],
11-
"repositories": [
12-
{
13-
"type": "package",
14-
"package": {
15-
"name": "moay/fints-db",
16-
"version": "99.0.0",
17-
"dist": {
18-
"type": "file",
19-
"url": "https://github.com/moay/fints-institute-db/releases/download/v99.0.0/fints-institutes.json"
20-
}
21-
}
22-
}
23-
],
2411
"require": {
2512
"php": ">=7.0.0",
26-
"moay/fints-db": "99.0.0"
13+
"moay/fints-db": "^99"
2714
},
2815
"require-dev": {
2916
"phpunit/phpunit": "^6"

composer.lock

Lines changed: 24 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)