Skip to content

Commit

Permalink
very preliminary equal access support in udoit
Browse files Browse the repository at this point in the history
  • Loading branch information
panbed committed Aug 21, 2024
1 parent 81b5f09 commit be77335
Show file tree
Hide file tree
Showing 7 changed files with 1,145 additions and 709 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"ext-ctype": "*",
"ext-iconv": "*",
"ext-sodium": "*",
"ucfopen/phpally": "~1.2.1",
"composer/package-versions-deprecated": "1.11.99.3",
"doctrine/annotations": "^1.0",
"doctrine/doctrine-bundle": "^2.4",
Expand All @@ -25,10 +24,12 @@
"oro/doctrine-extensions": "^2.0",
"phpdocumentor/reflection-docblock": "^5.2",
"sensio/framework-extra-bundle": "^6.2",
"sunra/php-simple-html-dom-parser": "1.5.2",
"symfony/apache-pack": "^1.0",
"symfony/asset": "6.0.*",
"symfony/console": "6.0.*",
"symfony/doctrine-messenger": "6.0.*",
"symfony/dom-crawler": "^6.4",
"symfony/dotenv": "6.0.*",
"symfony/expression-language": "6.0.*",
"symfony/flex": "^1.3.1",
Expand All @@ -55,13 +56,14 @@
"symfony/webpack-encore-bundle": "^1.7",
"symfony/yaml": "6.0.*",
"twig/extra-bundle": "^2.12|^3.0",
"twig/twig": "^2.12|^3.0"
"twig/twig": "^2.12|^3.0",
"ucfopen/phpally": "~1.2.1"
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.4",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "6.0.*",
"symfony/css-selector": "6.0.*",
"symfony/css-selector": "^7.1",
"symfony/debug-bundle": "6.0.*",
"symfony/maker-bundle": "^1.0",
"symfony/phpunit-bridge": "^6.0",
Expand Down
Loading

0 comments on commit be77335

Please sign in to comment.