Skip to content

Commit

Permalink
Update composer deps (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
irshadahmad21 authored Dec 3, 2024
1 parent 3a70679 commit fc25f5e
Show file tree
Hide file tree
Showing 16 changed files with 950 additions and 708 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "4.0.14",
"description": "Integrate your WordPress site perfectly with Telegram with full control.",
"require-dev": {
"wp-coding-standards/wpcs": "^3.0",
"wp-cli/wp-cli-bundle": "^2.9"
"wp-coding-standards/wpcs": "^3.1",
"wp-cli/wp-cli-bundle": "^2.11"
},
"scripts": {
"lint": "\"vendor/bin/phpcs\" --standard=phpcs.xml --extensions=php plugins/ packages/php/",
Expand Down
1,152 changes: 697 additions & 455 deletions composer.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/php/telegram-format-text/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "HTML to Text converter/formatter for Telegram Bot API",
"license": "GPL-3.0-or-later",
"require-dev": {
"wp-coding-standards/wpcs": "^3.0.1",
"pestphp/pest": "^1.22"
"wp-coding-standards/wpcs": "^3.1",
"pestphp/pest": "^1.23"
},
"autoload": {
"psr-4": {
Expand Down
78 changes: 39 additions & 39 deletions packages/php/telegram-format-text/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/php/wp-utils/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"test": "\"vendor/bin/pest\""
},
"require-dev": {
"wp-coding-standards/wpcs": "^3.0.1",
"pestphp/pest": "^1.22"
"wp-coding-standards/wpcs": "^3.1",
"pestphp/pest": "^1.23"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit fc25f5e

Please sign in to comment.