diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/composer.json b/composer.json index 43b6549..be5ef71 100644 --- a/composer.json +++ b/composer.json @@ -3,9 +3,9 @@ "description": "An index of the MariaDB and MySQL Knowledge bases", "homepage": "https://github.com/williamdes/mariadb-mysql-kbs", "type": "library", - "readme": "https://github.com/williamdes/mariadb-mysql-kbs/blob/master/README.md", + "readme": "https://github.com/williamdes/mariadb-mysql-kbs/blob/main/README.md", "license": "MPL-2.0", - "version": "1.2.10", + "version": "1.2.11", "keywords": [ "mariadb", "mysql", @@ -33,19 +33,19 @@ "scripts": { "build": "php src/merge.php", "test": "phpunit", - "phpstan": "phpstan analyse src test --configuration=phpstan.neon --level=max --memory-limit=100M", + "phpstan": "phpstan analyse src test --configuration=phpstan.neon", "phpcs": "phpcs --standard=phpcs.xml --no-cache --colors -p -n", "phpcbf": "phpcbf --standard=phpcs.xml" }, "require": { - "php": "^7.1" + "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "^7 || ^8", + "phpunit/phpunit": "^7 || ^8 || ^9", "phpstan/phpstan": "^0.12", - "slevomat/coding-standard": "^6.0", - "squizlabs/php_codesniffer": "^3.3", - "swaggest/json-schema": "^0.12.9" + "slevomat/coding-standard": "^6.3", + "squizlabs/php_codesniffer": "^3.4", + "swaggest/json-schema": "^0.12.29" }, "archive": { "exclude": [ @@ -54,7 +54,6 @@ "/dist/merged-raw.json", "/test", "*.js", - "/.dependabot", "/.jshintrc", "/.npmignore", "/.editorconfig", |