Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #431 from shrugify/task/refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mteu authored Jun 22, 2024
2 parents 294515c + 8e33940 commit 42b1568
Show file tree
Hide file tree
Showing 24 changed files with 1,466 additions and 4,639 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
APP_ENV=prod
APP_SECRET=5f54795c6a4f7871db304457cbfee41a
APP_SECRET=
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
/.phpunit.cache
/.phpunit.result.cache
###< phpunit/phpunit ###

/.phive
/tools
53 changes: 15 additions & 38 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,41 +16,20 @@
"php": "^8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"phpdocumentor/reflection-docblock": "^5.3",
"phpstan/phpdoc-parser": "^1.16",
"symfony/apache-pack": "^1.0",
"symfony/asset": "^6.3",
"symfony/console": "^6.3",
"symfony/doctrine-messenger": "^6.3",
"symfony/dotenv": "^6.3",
"symfony/expression-language": "^6.3",
"symfony/asset": "*",
"symfony/console": "*",
"symfony/dotenv": "*",
"symfony/flex": "^2",
"symfony/form": "^6.3",
"symfony/framework-bundle": "^6.3",
"symfony/http-client": "^6.3",
"symfony/intl": "^6.3",
"symfony/mailer": "^6.3",
"symfony/mime": "^6.3",
"symfony/monolog-bundle": "^3.0",
"symfony/notifier": "^6.3",
"symfony/process": "^6.3",
"symfony/property-access": "^6.3",
"symfony/property-info": "^6.3",
"symfony/runtime": "^6.3",
"symfony/security-bundle": "^6.3",
"symfony/serializer": "^6.3",
"symfony/string": "^6.3",
"symfony/translation": "^6.3",
"symfony/twig-bundle": "^6.3",
"symfony/validator": "^6.3",
"symfony/web-link": "^6.3",
"symfony/yaml": "^6.3",
"twig/extra-bundle": "^2.12 || ^3.0",
"twig/twig": "^2.12 || ^3.0"
"symfony/framework-bundle": "*",
"symfony/http-client": "*",
"symfony/runtime": "*",
"symfony/twig-bundle": "*",
"symfony/yaml": "*",
"twig/extra-bundle": "^2.12 || ^3.0"
},
"require-dev": {
"armin/editorconfig-cli": "^2.0",
"dg/bypass-finals": "^1.4",
"ergebnis/composer-normalize": "^2.33",
"friendsofphp/php-cs-fixer": "^3.13",
"madewithlove/license-checker": "dev-feature/add-symfony-7-support",
Expand All @@ -61,13 +40,11 @@
"phpunit/phpunit": "^10.1",
"rector/rector": "^1.0",
"roave/security-advisories": "dev-latest",
"symfony/browser-kit": "^6.3",
"symfony/css-selector": "^6.3",
"symfony/maker-bundle": "^1.0",
"symfony/stopwatch": "^6.3",
"symfony/var-dumper": "^6.3",
"symfony/web-profiler-bundle": "^6.3",
"tomasvotruba/type-coverage": "^0.3.0"
"symfony/browser-kit": "*",
"symfony/css-selector": "*",
"symfony/stopwatch": "*",
"symfony/var-dumper": "*",
"symfony/web-profiler-bundle": "*"
},
"replace": {
"symfony/polyfill-ctype": "*",
Expand Down Expand Up @@ -116,7 +93,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.3.*"
"require": "7.1.*"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit 42b1568

Please sign in to comment.