From 5c77d5235636483a6f56c66b1445bc5182348d21 Mon Sep 17 00:00:00 2001 From: jo Date: Sat, 22 Jun 2024 15:48:25 +0200 Subject: [PATCH] wip --- composer.json | 43 ++++++++----------------------------------- 1 file changed, 8 insertions(+), 35 deletions(-) diff --git a/composer.json b/composer.json index 0dc0d414f..1d90345da 100644 --- a/composer.json +++ b/composer.json @@ -28,39 +28,7 @@ "generator/lib" ], "require": { - "php": "^7.1", - "phing/phing": "~2.4" - }, - "require-dev": { - "pear-pear.php.net/pear_packagefilemanager2": "@stable", - "phpunit/phpunit": "^9.0.0", - "phpcompatibility/php-compatibility": "^9.3", - "squizlabs/php_codesniffer": "^3.5" - }, - "extra": { - "branch-alias": { - "dev-main": "1.7-dev" - } - }, - "repositories": [ - { - "name": "William Durand", - "email": "william.durand1@gmail.com", - "homepage": "http://www.willdurand.fr" - } - ], - "autoload": { - "classmap": [ - "runtime/lib", - "generator/lib" - ] - }, - "include-path": [ - "runtime/lib", - "generator/lib" - ], - "require": { - "php": "^8.0|^7.4", + "php": "^7.4 | ^8.0", "phing/phing": "^2.17", "ext-pdo": "*" }, @@ -71,6 +39,11 @@ "ext-simplexml": "*", "ext-dom": "*" }, + "extra": { + "branch-alias": { + "dev-main": "1.7-dev" + } + }, "replace": { "propel/propel1": "^1.8" }, @@ -79,7 +52,7 @@ "generator/bin/propel-gen.bat" ], "scripts": { - "post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility", - "post-update-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility" + "post-install-cmd": "vendor/bin/phpcs --config-set installed_paths vendor/phpcompatibility/php-compatibility", + "post-update-cmd": "vendor/bin/phpcs --config-set installed_paths vendor/phpcompatibility/php-compatibility" } }