Skip to content

Commit

Permalink
feat: initial implementation
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Mario Schäper <95750382+sitepark-schaeper@users.noreply.github.com>
  • Loading branch information
sitepark-veltrup and sitepark-schaeper authored Jun 27, 2024
1 parent 142302f commit 79469db
Show file tree
Hide file tree
Showing 67 changed files with 5,757 additions and 821 deletions.
12 changes: 11 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,20 @@
],
"require": {
"php": ">=8.1 <8.4.0",
"ext-posix": "*",
"ext-zend-opcache": "*",
"hollodotme/fast-cgi-client": "^3.1",
"monolog/monolog": "^3.6",
"symfony/config": "^6.3 || ^7.0",
"symfony/dependency-injection": "^6.3 || ^7.0",
"symfony/expression-language": "^6.3 || ^7.1",
"symfony/framework-bundle": "^6.3 || ^7.0",
"symfony/http-kernel": "^6.3 || ^7.0",
"symfony/lock": "^6.3 || ^7.0",
"symfony/messenger": "^6.3 || ^7.0",
"symfony/process": "^6.3 || ^7.0",
"symfony/scheduler": "^6.3 || ^7.0",
"symfony/security-http": "^6.3 || ^7.1",
"symfony/yaml": "^6.3 || ^7.0"
},
"require-dev": {
Expand All @@ -24,7 +33,8 @@
"phpcompatibility/php-compatibility": "^9.3",
"phpunit/phpunit": "^10.4",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7"
"squizlabs/php_codesniffer": "^3.7",
"symfony/filesystem": "^7.1"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
Loading

0 comments on commit 79469db

Please sign in to comment.