Skip to content

Commit

Permalink
chore: cleanup composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrack committed Feb 23, 2024
1 parent 9d4544f commit e6578ee
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 69 deletions.
153 changes: 86 additions & 67 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,77 @@
{
"license": "proprietary",
"name": "ckrack/hydrometer-public-server",
"description": "Public server for electronic hydrometers for homebrewing",
"type": "project",
"require": {
"php": ">=8.3",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/dbal": "^3",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^3.0",
"symfony/asset": "7.0.*",
"symfony/console": "~7.0.0",
"symfony/doctrine-messenger": "~7.0.0",
"symfony/dotenv": "~7.0.0",
"symfony/flex": "^2",
"symfony/framework-bundle": "~7.0.0",
"symfony/http-foundation": "~7.0.0",
"symfony/messenger": "~7.0.0",
"symfony/monolog-bundle": "^3.10",
"symfony/requirements-checker": "^2.0",
"symfony/runtime": "~7.0.0",
"symfony/twig-bundle": "~7.0.0",
"symfony/uid": "~7.0.0",
"symfony/yaml": "~7.0.0",
"twig/extra-bundle": "^2.12 || ^3.0",
"twig/twig": "^2.12 || ^3.0"
},
"license": "MIT",
"keywords": [

"ispindle",
"ispindel",
"craftbeer",
"hydrometer",
"tilt hydrometer",
"tilthydrometer"
],
"authors": [
{
"name": "Clemens Krack",
"email": "[email protected]",
"homepage": "https://www.clemenskrack.com",
"role": "Developer"
}
],
"require": {
"php": ">=8.1",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/dbal": "^3",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^3.0",
"symfony/asset": "7.0.*",
"symfony/console": "~7.0.0",
"symfony/doctrine-messenger": "~7.0.0",
"symfony/dotenv": "~7.0.0",
"symfony/flex": "^2",
"symfony/framework-bundle": "~7.0.0",
"symfony/http-foundation": "~7.0.0",
"symfony/messenger": "~7.0.0",
"symfony/monolog-bundle": "^3.10",
"symfony/requirements-checker": "^2.0",
"symfony/runtime": "~7.0.0",
"symfony/twig-bundle": "~7.0.0",
"symfony/uid": "~7.0.0",
"symfony/yaml": "~7.0.0",
"twig/extra-bundle": "^2.12 || ^3.0",
"twig/twig": "^2.12 || ^3.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.42",
"friendsofphp/php-cs-fixer": "^3.49",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-doctrine": "^1.3",
"phpstan/phpstan-symfony": "^1.3",
"phpunit/phpunit": "^9.5",
"rector/rector": "^1.0",
"symfony/browser-kit": "~7.0.0",
"symfony/css-selector": "~7.0.0",
"symfony/maker-bundle": "^1.54",
"symfony/phpunit-bridge": "^7.0"
},
"replace": {
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*"
},
"conflict": {
"symfony/symfony": "*"
},
"ergebnis/composer-normalize": "^2.42",
"friendsofphp/php-cs-fixer": "^3.49",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-doctrine": "^1.3",
"phpstan/phpstan-symfony": "^1.3",
"phpunit/phpunit": "^9.5",
"rector/rector": "^1.0",
"symfony/browser-kit": "~7.0.0",
"symfony/css-selector": "~7.0.0",
"symfony/maker-bundle": "^1.54",
"symfony/phpunit-bridge": "^7.0"
},
"replace": {
"symfony/polyfill-ctype": "*",
"symfony/polyfill-iconv": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php74": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*"
},
"conflict": {
"symfony/symfony": "*"
},
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
Expand All @@ -75,17 +94,17 @@
},
"sort-packages": true
},
"extra": {
"symfony": {
"allow-contrib": false,
"endpoint": [
"https://raw.githubusercontent.com/schranz-php-recipes/symfony-recipes-php/flex/main/index.json",
"https://raw.githubusercontent.com/schranz-php-recipes/symfony-recipes-php-contrib/flex/main/index.json",
"flex://defaults"
],
"require": "7.0.*"
}
},
"extra": {
"symfony": {
"allow-contrib": false,
"endpoint": [
"https://raw.githubusercontent.com/schranz-php-recipes/symfony-recipes-php/flex/main/index.json",
"https://raw.githubusercontent.com/schranz-php-recipes/symfony-recipes-php-contrib/flex/main/index.json",
"flex://defaults"
],
"require": "7.0.*"
}
},
"scripts": {
"post-install-cmd": [
"@auto-scripts"
Expand All @@ -94,9 +113,9 @@
"@auto-scripts"
],
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd",
"requirements-checker": "script"
}
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd",
"requirements-checker": "script"
}
}
}
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6578ee

Please sign in to comment.