diff --git a/composer.json b/composer.json index bc8f0ba..38e4679 100644 --- a/composer.json +++ b/composer.json @@ -30,11 +30,6 @@ "atk4/data": "~2.3.0", "ext-json": "*" }, - "require-release": { - "php": ">=7.3.0", - "atk4/data": "~2.3.0", - "ext-json": "*" - }, "require-dev": { "atk4/ui": "~2.3.0", "atk4/schema": "~2.3.0", @@ -42,13 +37,6 @@ "phpunit/phpcov": "*", "phpunit/phpunit": ">=9.0" }, - "require-dev-release": { - "atk4/ui": "~2.3.0", - "atk4/schema": "~2.3.0", - "friendsofphp/php-cs-fixer": "^2.16", - "phpunit/phpcov": "*", - "phpunit/phpunit": ">=9.0" - }, "suggest": { "atk4/ui": "Provides you with extra Views to display history", "atk4/mastercrud": "Intergates with MasterCRUD showing change history of your records"