diff --git a/composer.json b/composer.json index 49e8f61..15f8d7f 100755 --- a/composer.json +++ b/composer.json @@ -4,7 +4,6 @@ "type": "library", "keywords": ["php","framework", "upf", "utopia", "cli", "command line"], "license": "MIT", - "scripts": { "test": ".vendor/bin/phpunit --configuration phpunit.xml < tests/input.txt", "lint": "./vendor/bin/pint --test", @@ -15,7 +14,7 @@ }, "require": { "php": ">=7.4", - "utopia-php/framework": "0.34.*" + "utopia-php/http": "0.34.*" }, "require-dev": { "phpunit/phpunit": "^9.3",