Skip to content

Commit

Permalink
chore(monorepo): release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
snicco-bot committed Oct 8, 2022
1 parent b904a2d commit 0ee500b
Showing 1 changed file with 58 additions and 58 deletions.
116 changes: 58 additions & 58 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.4.1",
"snicco/str-arr": "^1.4.1",
"snicco/psr7-error-handler": "^1.4.2",
"snicco/str-arr": "^1.4.2",
"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.4.1"
"snicco/http-routing-testing": "^1.4.2"
},
"suggest": {
"nyholm/psr7": "To use as a fast PSR7 implementation."
Expand All @@ -47,64 +47,64 @@
"sort-packages": true
},
"conflict": {
"snicco/testable-clock": "<1.4.1",
"snicco/signed-url": "<1.4.1",
"snicco/templating": "<1.4.1",
"snicco/testable-clock": "<1.4.2",
"snicco/signed-url": "<1.4.2",
"snicco/templating": "<1.4.2",
"snicco/psr7-error-handler": "<1.0.0",
"snicco/better-wpdb": "<1.4.1",
"snicco/better-wp-hooks": "<1.4.1",
"snicco/event-dispatcher": "<1.4.1",
"snicco/eloquent": "<1.4.1",
"snicco/better-wp-mail": "<1.4.1",
"snicco/better-wp-cache": "<1.4.1",
"snicco/session": "<1.4.1",
"snicco/better-wp-api": "<1.4.1",
"snicco/kernel": "<1.4.1",
"snicco/session-wp-bridge": "<1.4.1",
"snicco/session-psr16-bridge": "<1.4.1",
"snicco/blade-bridge": "<1.4.1",
"snicco/signed-url-psr16-bridge": "<1.4.1",
"snicco/illuminate-container-bridge": "<1.4.1",
"snicco/signed-url-psr15-bridge": "<1.4.1",
"snicco/pimple-bridge": "<1.4.1",
"snicco/no-robots-middleware": "<1.4.1",
"snicco/open-redirect-protection-middleware": "<1.4.1",
"snicco/better-wpdb": "<1.4.2",
"snicco/better-wp-hooks": "<1.4.2",
"snicco/event-dispatcher": "<1.4.2",
"snicco/eloquent": "<1.4.2",
"snicco/better-wp-mail": "<1.4.2",
"snicco/better-wp-cache": "<1.4.2",
"snicco/session": "<1.4.2",
"snicco/better-wp-api": "<1.4.2",
"snicco/kernel": "<1.4.2",
"snicco/session-wp-bridge": "<1.4.2",
"snicco/session-psr16-bridge": "<1.4.2",
"snicco/blade-bridge": "<1.4.2",
"snicco/signed-url-psr16-bridge": "<1.4.2",
"snicco/illuminate-container-bridge": "<1.4.2",
"snicco/signed-url-psr15-bridge": "<1.4.2",
"snicco/pimple-bridge": "<1.4.2",
"snicco/no-robots-middleware": "<1.4.2",
"snicco/open-redirect-protection-middleware": "<1.4.2",
"snicco/wp-capapility-middleware": "<1.0.0",
"snicco/wp-nonce-middleware": "<1.4.1",
"snicco/payload-middleware": "<1.4.1",
"snicco/default-headers-middleware": "<1.4.1",
"snicco/wp-auth-only-middleware": "<1.4.1",
"snicco/content-negotiation-middleware": "<1.4.1",
"snicco/redirect-middleware": "<1.4.1",
"snicco/must-match-route-middleware": "<1.4.1",
"snicco/method-override-middleware": "<1.4.1",
"snicco/share-cookies-middleware": "<1.4.1",
"snicco/https-only-middleware": "<1.4.1",
"snicco/wp-nonce-middleware": "<1.4.2",
"snicco/payload-middleware": "<1.4.2",
"snicco/default-headers-middleware": "<1.4.2",
"snicco/wp-auth-only-middleware": "<1.4.2",
"snicco/content-negotiation-middleware": "<1.4.2",
"snicco/redirect-middleware": "<1.4.2",
"snicco/must-match-route-middleware": "<1.4.2",
"snicco/method-override-middleware": "<1.4.2",
"snicco/share-cookies-middleware": "<1.4.2",
"snicco/https-only-middleware": "<1.4.2",
"snicco/guests-only-middleware": "<1.0.0",
"snicco/trailing-slash-middleware": "<1.4.1",
"snicco/testing-bundle": "<1.4.1",
"snicco/http-routing-bundle": "<1.4.1",
"snicco/debug-bundle": "<1.4.1",
"snicco/templating-bundle": "<1.4.1",
"snicco/better-wpdb-bundle": "<1.4.1",
"snicco/better-wp-hooks-bundle": "<1.4.1",
"snicco/blade-bundle": "<1.4.1",
"snicco/better-wp-mail-bundle": "<1.4.1",
"snicco/better-wp-cache-bundle": "<1.4.1",
"snicco/session-bundle": "<1.4.1",
"snicco/encryption-bundle": "<1.4.1",
"snicco/wp-guests-only-middleware": "<1.4.1",
"snicco/wp-capability-middleware": "<1.4.1",
"snicco/better-wp-mail-testing": "<1.4.1",
"snicco/session-testing": "<1.4.1",
"snicco/kernel-testing": "<1.4.1",
"snicco/signed-url-testing": "<1.4.1",
"snicco/http-routing-testing": "<1.4.1",
"snicco/event-dispatcher-testing": "<1.4.1",
"snicco/better-wp-cli": "<1.4.1",
"snicco/signed-url-wp-bridge": "<1.4.1",
"snicco/minimal-logger": "<1.4.1",
"snicco/better-wp-cli-testing": "<1.4.1"
"snicco/trailing-slash-middleware": "<1.4.2",
"snicco/testing-bundle": "<1.4.2",
"snicco/http-routing-bundle": "<1.4.2",
"snicco/debug-bundle": "<1.4.2",
"snicco/templating-bundle": "<1.4.2",
"snicco/better-wpdb-bundle": "<1.4.2",
"snicco/better-wp-hooks-bundle": "<1.4.2",
"snicco/blade-bundle": "<1.4.2",
"snicco/better-wp-mail-bundle": "<1.4.2",
"snicco/better-wp-cache-bundle": "<1.4.2",
"snicco/session-bundle": "<1.4.2",
"snicco/encryption-bundle": "<1.4.2",
"snicco/wp-guests-only-middleware": "<1.4.2",
"snicco/wp-capability-middleware": "<1.4.2",
"snicco/better-wp-mail-testing": "<1.4.2",
"snicco/session-testing": "<1.4.2",
"snicco/kernel-testing": "<1.4.2",
"snicco/signed-url-testing": "<1.4.2",
"snicco/http-routing-testing": "<1.4.2",
"snicco/event-dispatcher-testing": "<1.4.2",
"snicco/better-wp-cli": "<1.4.2",
"snicco/signed-url-wp-bridge": "<1.4.2",
"snicco/minimal-logger": "<1.4.2",
"snicco/better-wp-cli-testing": "<1.4.2"
},
"license": "LGPL-3.0-only",
"minimum-stability": "dev",
Expand Down

0 comments on commit 0ee500b

Please sign in to comment.