Skip to content

Commit

Permalink
latest beta
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdevelopment committed Jul 31, 2024
1 parent a64aeba commit d50918b
Show file tree
Hide file tree
Showing 2 changed files with 469 additions and 363 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"https://api.github.com/repos/wirdesign-communication-ag/wirhub-recipes/contents/index.json",
"flex://defaults"
],
"require": "7.0.*"
"require": "7.1.*"
}
},
"license": "proprietary",
Expand All @@ -58,7 +58,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.2",
"ext-ctype": "*",
"ext-gd": "*",
"ext-iconv": "*",
Expand All @@ -68,13 +68,13 @@
"doctrine/doctrine-migrations-bundle": "^3.0",
"doctrine/orm": "^2.17.0",
"symfony/apache-pack": "^1.0",
"symfony/console": "7.0.*",
"symfony/dotenv": "7.0.*",
"symfony/console": "7.1.*",
"symfony/dotenv": "7.1.*",
"symfony/expression-language": "^6.4",
"symfony/flex": "^2",
"symfony/framework-bundle": "7.0.*",
"symfony/runtime": "7.0.*",
"symfony/yaml": "7.0.*",
"symfony/framework-bundle": "7.1.*",
"symfony/runtime": "7.1.*",
"symfony/yaml": "7.1.*",
"wirdesign-communication-ag/wirhub": "^3.0.31"
},
"scripts": {
Expand All @@ -99,14 +99,14 @@
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5",
"rector/rector": "^1.0",
"symfony/browser-kit": "7.0.*",
"symfony/css-selector": "7.0.*",
"symfony/debug-bundle": "7.0.*",
"symfony/browser-kit": "7.1.*",
"symfony/css-selector": "7.1.*",
"symfony/debug-bundle": "7.1.*",
"symfony/maker-bundle": "^1.48",
"symfony/panther": "^2.0",
"symfony/phpunit-bridge": "^6.4",
"symfony/stopwatch": "7.0.*",
"symfony/var-exporter": "7.0.*",
"symfony/web-profiler-bundle": "7.0.*"
"symfony/stopwatch": "7.1.*",
"symfony/var-exporter": "7.1.*",
"symfony/web-profiler-bundle": "7.1.*"
}
}
Loading

0 comments on commit d50918b

Please sign in to comment.