Skip to content

Commit

Permalink
update composer json and package.json => now compatiblity with symfon…
Browse files Browse the repository at this point in the history
…y 6.1 and symfony 7.
  • Loading branch information
Ehyiah committed Feb 9, 2024
1 parent 86d1a51 commit bfb4db5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
```sh
composer require ehyiah/ux-quill
```
If you are using the AssetMapper Component you're done !

If you are using webpack encore follow next step
### step 2 next run
``` sh
yarn install --force
Expand Down
16 changes: 7 additions & 9 deletions assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
"@babel/preset-typescript": "^7.18.6",
"@hotwired/stimulus": "^3.2.1",
"@symfony/webpack-encore": "^4.0.0",
"@testing-library/dom": "^9.3.0",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"core-js": "^3.30.2",
Expand All @@ -57,28 +59,24 @@
"typescript": "^4.9.5",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.15.0",
"@testing-library/dom": "^9.3.0",
"@types/jest": "^29.5.2"
"webpack-notifier": "^1.15.0"
},
"peerDependencies": {
"@hotwired/stimulus": "^3.0.0",
"axios": "^1.4.0",
"file-loader": "^6.2.0",
"quill": "^1.3.7",
"quill-emoji": "^0.2.0",
"quill-image-uploader": "^1.3.0",
"quill/dist/quill.bubble.css": "1.3.7",
"quill/dist/quill.snow.css": "1.3.7",
"slugify": "^1.6.5",
"axios": "^1.4.0"
"slugify": "^1.6.5"
},
"dependencies": {
"axios": "^1.4.0",
"slugify": "^1.6.5",
"file-loader": "^6.2.0",
"quill": "^1.3.7",
"quill-emoji": "^0.2.0",
"quill-image-uploader": "^1.3.0"
"quill-image-uploader": "^1.3.0",
"slugify": "^1.6.5"
},
"eslintConfig": {
"root": true,
Expand Down
6 changes: 3 additions & 3 deletions assets/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2629,9 +2629,9 @@ ee-first@1.1.1:
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==

electron-to-chromium@^1.4.648:
version "1.4.662"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.662.tgz#0e014d31687210312c5f601bc9edcae2fa1663ef"
integrity sha512-gfl1XVWTQmPHhqEG0kN77SpUxaqPpMb9r83PT4gvKhg7P3irSxru3lW85RxvK1uI1j2CAcTWPjG/HbE0IP/Rtg==
version "1.4.664"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.664.tgz#b00fc67d5d4f124e429b0dcce5a02ae18ef33ede"
integrity sha512-k9VKKSkOSNPvSckZgDDl/IQx45E1quMjX8QfLzUsAs/zve8AyFDK+ByRynSP/OfEfryiKHpQeMf00z0leLCc3A==

emoji-data-css@^1.0.1:
version "1.0.1"
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
}
],
"require": {
"php": "^8.2.0",
"php": ">=8.1.0",
"symfony/stimulus-bundle": "^2.9.1",
"twig/extra-bundle": "^2.12|^3.0",
"symfony/twig-bundle": "^7.0",
"symfony/form": "^7.0",
"symfony/html-sanitizer": "^7.0"
"symfony/twig-bundle": "^6.1|^7.0",
"symfony/form": "^6.1|^7.0",
"symfony/html-sanitizer": "^6.1|^7.0"
},
"require-dev": {
"symfony/console": "^7.0",
"symfony/console": "^6.1|^7.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5",
"friendsofphp/php-cs-fixer": "^3.1",
"symfony/browser-kit": "^7.0",
"symfony/framework-bundle": "^7.0",
"symfony/browser-kit": "^6.1|^7.0",
"symfony/framework-bundle": "^6.1|^7.0",
"symfony/asset-mapper": "^7.0",
"easycorp/easyadmin-bundle": "^4.7",
"phpstan/phpstan-symfony": "^1.3",
Expand Down

0 comments on commit bfb4db5

Please sign in to comment.