We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f127290 commit e1dafebCopy full SHA for e1dafeb
composer.json
@@ -12,7 +12,13 @@
12
"symfony/framework-bundle": "^6.4",
13
"snc/redis-bundle": "^4.8",
14
"symfony/yaml": "^6.4 || ^7.1",
15
- "godruoyi/php-snowflake": "^3.1.1"
+ "godruoyi/php-snowflake": "^3.1.1",
16
+ "symfony/property-access": "^6.4",
17
+ "symfony/string": "^6.4",
18
+ "symfony/event-dispatcher": "^6.4",
19
+ "symfony/messenger": "^6.4",
20
+ "symfony/console": "^6.4",
21
+ "symfony/expression-language": "^6.4"
22
},
23
"autoload": {
24
"psr-4": {
0 commit comments