Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Commit 504d984

Browse files
authored
Merge pull request #3 from HiccupInsurance/v2
Lower the dependency specs
2 parents 30af9ee + 00d1143 commit 504d984

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
vendor/
1+
/bin/
2+
/vendor/
23
composer.lock
34
config.yml

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,19 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.0.1",
19-
"doctrine/annotations": "^1.6.0",
20-
"doctrine/cache": "^1.8.0",
18+
"php": ">=7.0.0",
19+
"doctrine/annotations": "^1.4.0",
20+
"doctrine/cache": "^1.6.2",
2121
"guzzlehttp/guzzle": "^6.3.0",
2222
"jms/serializer": "^1.13.0",
23-
"symfony/validator": "^4.1.0"
23+
"symfony/validator": "^3.4.0"
2424
},
2525
"require-dev": {
2626
"hassankhan/config": "^0.11.0",
2727
"symfony/yaml": "^3.4.0"
2828
},
2929
"config": {
30+
"bin-dir": "bin/",
3031
"sort-packages": true
3132
}
3233
}

0 commit comments

Comments
 (0)