Skip to content

Commit bf190fa

Browse files
authored
Merge pull request #28 from ray-di/aura-sql
Add aura/sql version 4 and 5
2 parents 511342e + 39abdd8 commit bf190fa

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^7.3 || ^8.0",
1414
"ext-json": "*",
1515
"ext-pdo": "*",
16-
"aura/sql": "^3.0",
16+
"aura/sql": "^3.0 | ^4.0 | ^5.0",
1717
"bear/resource": "^1.15",
1818
"doctrine/annotations": "^1.12",
1919
"guzzlehttp/guzzle": "^6.3 || ^7.0",
@@ -57,6 +57,9 @@
5757
"baseline": "phpstan analyse -configuration -c phpstan.neon --generate-baseline && psalm --set-baseline=psalm-baseline.xml"
5858
},
5959
"config": {
60-
"sort-packages": true
60+
"sort-packages": true,
61+
"allow-plugins": {
62+
"bamarni/composer-bin-plugin": true
63+
}
6164
}
6265
}

vendor-bin/tools/composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
2-
"require": {
2+
"require-dev": {
33
"doctrine/coding-standard": "^8.2",
44
"phpmd/phpmd": "^2.9",
55
"phpmetrics/phpmetrics": "^2.7",
66
"phpstan/phpstan": "^0.12",
77
"psalm/plugin-phpunit": "^0.13",
88
"squizlabs/php_codesniffer": "^3.5",
99
"vimeo/psalm": "^4.2"
10+
},
11+
"config": {
12+
"allow-plugins": {
13+
"dealerdirect/phpcodesniffer-composer-installer": true
14+
}
1015
}
1116
}

0 commit comments

Comments
 (0)