diff --git a/.gitattributes b/.gitattributes index 85e55eb..dad2b2e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,5 +3,7 @@ /build.xml export-ignore /phpunit.xml export-ignore /tests export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore *.php diff=php diff --git a/composer.json b/composer.json index 1daf6cf..fdbe2e6 100644 --- a/composer.json +++ b/composer.json @@ -10,10 +10,10 @@ ], "prefer-stable": true, "require": { - "php": ">=7.3" + "php": ">=7.2" }, "require-dev": { - "phpunit/phpunit": "^9.0" + "phpunit/phpunit": "^8 || ^9.0" }, "autoload": { "classmap": [ @@ -21,16 +21,8 @@ ] }, "config": { - "platform": { - "php": "7.3.0" - }, "optimize-autoloader": true, "sort-packages": true - }, - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } } }