Skip to content

Commit

Permalink
Merge pull request #28 from ray-di/aura-sql
Browse files Browse the repository at this point in the history
Add aura/sql version 4 and 5
  • Loading branch information
koriym authored Mar 8, 2022
2 parents 511342e + 39abdd8 commit bf190fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"php": "^7.3 || ^8.0",
"ext-json": "*",
"ext-pdo": "*",
"aura/sql": "^3.0",
"aura/sql": "^3.0 | ^4.0 | ^5.0",
"bear/resource": "^1.15",
"doctrine/annotations": "^1.12",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
Expand Down Expand Up @@ -57,6 +57,9 @@
"baseline": "phpstan analyse -configuration -c phpstan.neon --generate-baseline && psalm --set-baseline=psalm-baseline.xml"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"bamarni/composer-bin-plugin": true
}
}
}
7 changes: 6 additions & 1 deletion vendor-bin/tools/composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"require": {
"require-dev": {
"doctrine/coding-standard": "^8.2",
"phpmd/phpmd": "^2.9",
"phpmetrics/phpmetrics": "^2.7",
"phpstan/phpstan": "^0.12",
"psalm/plugin-phpunit": "^0.13",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.2"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit bf190fa

Please sign in to comment.