Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Jun 22, 2024
1 parent 339fe2b commit 5c77d52
Showing 1 changed file with 8 additions and 35 deletions.
43 changes: 8 additions & 35 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]",
"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": "*"
},
Expand All @@ -71,6 +39,11 @@
"ext-simplexml": "*",
"ext-dom": "*"
},
"extra": {
"branch-alias": {
"dev-main": "1.7-dev"
}
},
"replace": {
"propel/propel1": "^1.8"
},
Expand All @@ -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"
}
}

0 comments on commit 5c77d52

Please sign in to comment.