Skip to content

Commit

Permalink
plugin updates
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Sep 29, 2022
1 parent 991594c commit 22491a0
Show file tree
Hide file tree
Showing 2 changed files with 400 additions and 469 deletions.
44 changes: 22 additions & 22 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,40 +16,40 @@
"ext-pcntl": "*",
"ext-posix": "*",
"psy/psysh": "*",
"react/child-process": "*",
"react/event-loop": "*",
"react/http": "*",
"react/mysql": "*",
"react/child-process": "*@stable",
"react/event-loop": "*@stable",
"react/http": "*@stable",
"react/mysql": "*@stable",
"rubix/ml": "*",
"monolog/monolog": "*",
"nikic/fast-route": "*",
"twig/twig": "*",
"monolog/monolog": "*@stable",
"nikic/fast-route": "*@stable",
"twig/twig": "*@stable",
"php-ai/php-ml": "*",
"roave/security-advisories": "dev-master",
"workerman/mysql": "*",
"loilo/fuse": "*",
"teamtnt/tntsearch": "*",
"fabpot/goutte": "*",
"symfony/dom-crawler": "*",
"symfony/http-client": "*",
"symfony/css-selector": "*",
"psr/http-client": "*",
"fabpot/goutte": "*@stable",
"symfony/dom-crawler": "*@stable",
"symfony/http-client": "*@stable",
"symfony/css-selector": "*@stable",
"psr/http-client": "*@stable",
"nyholm/psr7": "*",
"php-http/discovery": "*",
"php-http/discovery": "*@stable",
"guzzlehttp/guzzle": ">=7.4.5@stable",
"guzzlehttp/promises": "*",
"amphp/http-client": "*",
"guzzlehttp/promises": "*@stable",
"amphp/http-client": "*@stable",
"masterminds/html5": "*",
"querypath/querypath": "*",
"querypath/querypath": "*@stable",
"corneltek/cliframework": "dev-master",
"league/climate": "*",
"php-school/cli-menu": "*"
"league/climate": "*@stable",
"php-school/cli-menu": "*@stable"
},
"suggest": {
"workerman/channel": "*",
"workerman/globaldata": "*",
"workerman/workerman": "*",
"nikic/php-parser": "*",
"workerman/channel": "*@stable",
"workerman/globaldata": "*@stable",
"workerman/workerman": "*@stable",
"nikic/php-parser": "*@stable",
"oefenweb/damerau-levenshtein": "*",
"lucascavalcante/fuzzy-search": "*",
"wyndow/fuzzywuzzy": "*"
Expand Down

0 comments on commit 22491a0

Please sign in to comment.