Skip to content

Commit

Permalink
chore(monorepo): release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
snicco-bot committed May 19, 2022
1 parent 69662af commit 6caa614
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"psr/http-message": "^1.0.0",
"psr/http-server-handler": "^1.0.0",
"psr/http-server-middleware": "^1.0.0",
"snicco/psr7-error-handler": "^1.1.2",
"snicco/str-arr": "^1.1.2",
"snicco/psr7-error-handler": "^1.1.3",
"snicco/str-arr": "^1.1.3",
"webimpress/safe-writer": "^2.2",
"webmozart/assert": "^1.10"
},
"require-dev": {
"phpunit/phpunit": "^9.5.13",
"pimple/pimple": "^3.5",
"snicco/http-routing-testing": "^1.1.2"
"snicco/http-routing-testing": "^1.1.3"
},
"suggest": {
"nyholm/psr7": "To use as a fast PSR7 implementation."
Expand All @@ -47,61 +47,61 @@
"sort-packages": true
},
"conflict": {
"snicco/testable-clock": "<1.1.2",
"snicco/signed-url": "<1.1.2",
"snicco/templating": "<1.1.2",
"snicco/testable-clock": "<1.1.3",
"snicco/signed-url": "<1.1.3",
"snicco/templating": "<1.1.3",
"snicco/psr7-error-handler": "<1.0.0",
"snicco/better-wpdb": "<1.1.2",
"snicco/better-wp-hooks": "<1.1.2",
"snicco/event-dispatcher": "<1.1.2",
"snicco/eloquent": "<1.1.2",
"snicco/better-wp-mail": "<1.1.2",
"snicco/better-wp-cache": "<1.1.2",
"snicco/session": "<1.1.2",
"snicco/better-wp-api": "<1.1.2",
"snicco/kernel": "<1.1.2",
"snicco/session-wp-bridge": "<1.1.2",
"snicco/session-psr16-bridge": "<1.1.2",
"snicco/blade-bridge": "<1.1.2",
"snicco/signed-url-psr16-bridge": "<1.1.2",
"snicco/illuminate-container-bridge": "<1.1.2",
"snicco/signed-url-psr15-bridge": "<1.1.2",
"snicco/pimple-bridge": "<1.1.2",
"snicco/no-robots-middleware": "<1.1.2",
"snicco/open-redirect-protection-middleware": "<1.1.2",
"snicco/better-wpdb": "<1.1.3",
"snicco/better-wp-hooks": "<1.1.3",
"snicco/event-dispatcher": "<1.1.3",
"snicco/eloquent": "<1.1.3",
"snicco/better-wp-mail": "<1.1.3",
"snicco/better-wp-cache": "<1.1.3",
"snicco/session": "<1.1.3",
"snicco/better-wp-api": "<1.1.3",
"snicco/kernel": "<1.1.3",
"snicco/session-wp-bridge": "<1.1.3",
"snicco/session-psr16-bridge": "<1.1.3",
"snicco/blade-bridge": "<1.1.3",
"snicco/signed-url-psr16-bridge": "<1.1.3",
"snicco/illuminate-container-bridge": "<1.1.3",
"snicco/signed-url-psr15-bridge": "<1.1.3",
"snicco/pimple-bridge": "<1.1.3",
"snicco/no-robots-middleware": "<1.1.3",
"snicco/open-redirect-protection-middleware": "<1.1.3",
"snicco/wp-capapility-middleware": "<1.0.0",
"snicco/wp-nonce-middleware": "<1.1.2",
"snicco/payload-middleware": "<1.1.2",
"snicco/default-headers-middleware": "<1.1.2",
"snicco/wp-auth-only-middleware": "<1.1.2",
"snicco/content-negotiation-middleware": "<1.1.2",
"snicco/redirect-middleware": "<1.1.2",
"snicco/must-match-route-middleware": "<1.1.2",
"snicco/method-override-middleware": "<1.1.2",
"snicco/share-cookies-middleware": "<1.1.2",
"snicco/https-only-middleware": "<1.1.2",
"snicco/wp-nonce-middleware": "<1.1.3",
"snicco/payload-middleware": "<1.1.3",
"snicco/default-headers-middleware": "<1.1.3",
"snicco/wp-auth-only-middleware": "<1.1.3",
"snicco/content-negotiation-middleware": "<1.1.3",
"snicco/redirect-middleware": "<1.1.3",
"snicco/must-match-route-middleware": "<1.1.3",
"snicco/method-override-middleware": "<1.1.3",
"snicco/share-cookies-middleware": "<1.1.3",
"snicco/https-only-middleware": "<1.1.3",
"snicco/guests-only-middleware": "<1.0.0",
"snicco/trailing-slash-middleware": "<1.1.2",
"snicco/testing-bundle": "<1.1.2",
"snicco/http-routing-bundle": "<1.1.2",
"snicco/debug-bundle": "<1.1.2",
"snicco/templating-bundle": "<1.1.2",
"snicco/better-wpdb-bundle": "<1.1.2",
"snicco/better-wp-hooks-bundle": "<1.1.2",
"snicco/blade-bundle": "<1.1.2",
"snicco/better-wp-mail-bundle": "<1.1.2",
"snicco/better-wp-cache-bundle": "<1.1.2",
"snicco/session-bundle": "<1.1.2",
"snicco/encryption-bundle": "<1.1.2",
"snicco/wp-guests-only-middleware": "<1.1.2",
"snicco/wp-capability-middleware": "<1.1.2",
"snicco/better-wp-mail-testing": "<1.1.2",
"snicco/session-testing": "<1.1.2",
"snicco/kernel-testing": "<1.1.2",
"snicco/signed-url-testing": "<1.1.2",
"snicco/http-routing-testing": "<1.1.2",
"snicco/event-dispatcher-testing": "<1.1.2",
"snicco/better-wp-cli": "<1.1.2"
"snicco/trailing-slash-middleware": "<1.1.3",
"snicco/testing-bundle": "<1.1.3",
"snicco/http-routing-bundle": "<1.1.3",
"snicco/debug-bundle": "<1.1.3",
"snicco/templating-bundle": "<1.1.3",
"snicco/better-wpdb-bundle": "<1.1.3",
"snicco/better-wp-hooks-bundle": "<1.1.3",
"snicco/blade-bundle": "<1.1.3",
"snicco/better-wp-mail-bundle": "<1.1.3",
"snicco/better-wp-cache-bundle": "<1.1.3",
"snicco/session-bundle": "<1.1.3",
"snicco/encryption-bundle": "<1.1.3",
"snicco/wp-guests-only-middleware": "<1.1.3",
"snicco/wp-capability-middleware": "<1.1.3",
"snicco/better-wp-mail-testing": "<1.1.3",
"snicco/session-testing": "<1.1.3",
"snicco/kernel-testing": "<1.1.3",
"snicco/signed-url-testing": "<1.1.3",
"snicco/http-routing-testing": "<1.1.3",
"snicco/event-dispatcher-testing": "<1.1.3",
"snicco/better-wp-cli": "<1.1.3"
},
"license": "LGPL-3.0-only",
"minimum-stability": "dev",
Expand Down

0 comments on commit 6caa614

Please sign in to comment.