Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Oct 25, 2022
1 parent 81a24f9 commit c0f686a
Show file tree
Hide file tree
Showing 22 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.8.0 - 2022-10-25

- **Fix:** Set default to string incase of missing location.
- Adding assertions for element missing/existing.
Expand Down
4 changes: 2 additions & 2 deletions src/mantle/assets/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"alleyinteractive/wp-asset-manager": "^1.0",
"mantle-framework/contracts": "^0.7",
"mantle-framework/support": "^0.7"
"mantle-framework/contracts": "^0.8",
"mantle-framework/support": "^0.8"
},
"extra": {
"branch-alias": {
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/auth/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/http": "^0.7",
"mantle-framework/http": "^0.8",
"symfony/http-kernel": "^5.3"
},
"extra": {
Expand Down
4 changes: 2 additions & 2 deletions src/mantle/cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.7",
"mantle-framework/support": "^0.7",
"mantle-framework/contracts": "^0.8",
"mantle-framework/support": "^0.8",
"nesbot/carbon": "^2.53"
},
"extra": {
Expand Down
4 changes: 2 additions & 2 deletions src/mantle/config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.7",
"mantle-framework/support": "^0.7"
"mantle-framework/contracts": "^0.8",
"mantle-framework/support": "^0.8"
},
"extra": {
"branch-alias": {
Expand Down
4 changes: 2 additions & 2 deletions src/mantle/console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.7",
"mantle-framework/support": "^0.7",
"mantle-framework/contracts": "^0.8",
"mantle-framework/support": "^0.8",
"nette/php-generator": "^3.6",
"symfony/finder": "^5.3",
"symfony/string": "^5.3"
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/container/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.7",
"mantle-framework/contracts": "^0.8",
"psr/container": "^1.1.1 || ^2.0.1"
},
"provide": {
Expand Down
4 changes: 2 additions & 2 deletions src/mantle/database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"alleyinteractive/wp-filter-side-effects": "^1.0",
"mantle-framework/contracts": "^0.7",
"mantle-framework/support": "^0.7",
"mantle-framework/contracts": "^0.8",
"mantle-framework/support": "^0.8",
"psr/container": "^1.1.1 || ^2.0.1",
"symfony/finder": "^5.3"
},
Expand Down
6 changes: 3 additions & 3 deletions src/mantle/events/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/container": "^0.7",
"mantle-framework/contracts": "^0.7",
"mantle-framework/support": "^0.7",
"mantle-framework/container": "^0.8",
"mantle-framework/contracts": "^0.8",
"mantle-framework/support": "^0.8",
"psr/container": "^1.1.1 || ^2.0.1",
"symfony/finder": "^5.3"
},
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/facade/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.7"
"mantle-framework/contracts": "^0.8"
},
"extra": {
"branch-alias": {
Expand Down
4 changes: 2 additions & 2 deletions src/mantle/filesystem/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"league/flysystem": "^1.1",
"league/flysystem-cached-adapter": "^1.1",
"mantle-framework/contracts": "^0.7",
"mantle-framework/support": "^0.7",
"mantle-framework/contracts": "^0.8",
"mantle-framework/support": "^0.8",
"psr/container": "^1.1.1 || ^2.0.1",
"symfony/http-foundation": "^5.3",
"symfony/finder": "^5.3"
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/http-client/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": "^8.0",
"alleyinteractive/wp-concurrent-remote-requests": "^1.0.0",
"mantle-framework/support": "^0.7"
"mantle-framework/support": "^0.8"
},
"extra": {
"branch-alias": {
Expand Down
6 changes: 3 additions & 3 deletions src/mantle/http/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"require": {
"php": "^8.0",
"illuminate/view": "^8.6",
"mantle-framework/contracts": "^0.7",
"mantle-framework/filesystem": "^0.7",
"mantle-framework/support": "^0.7",
"mantle-framework/contracts": "^0.8",
"mantle-framework/filesystem": "^0.8",
"mantle-framework/support": "^0.8",
"symfony/http-foundation": "^5.3",
"symfony/http-kernel": "^5.3",
"symfony/mime": "^5.3",
Expand Down
4 changes: 2 additions & 2 deletions src/mantle/log/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.7",
"mantle-framework/support": "^0.7",
"mantle-framework/contracts": "^0.8",
"mantle-framework/support": "^0.8",
"monolog/monolog": "^2.7",
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
},
Expand Down
10 changes: 5 additions & 5 deletions src/mantle/query-monitor/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.7",
"mantle-framework/database": "^0.7",
"mantle-framework/http": "^0.7",
"mantle-framework/log": "^0.7",
"mantle-framework/support": "^0.7",
"mantle-framework/contracts": "^0.8",
"mantle-framework/database": "^0.8",
"mantle-framework/http": "^0.8",
"mantle-framework/log": "^0.8",
"mantle-framework/support": "^0.8",
"monolog/monolog": "^2.7",
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
},
Expand Down
8 changes: 4 additions & 4 deletions src/mantle/queue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"laravel/serializable-closure": "^1.2",
"mantle-framework/console": "^0.7",
"mantle-framework/container": "^0.7",
"mantle-framework/contracts": "^0.7",
"mantle-framework/support": "^0.7"
"mantle-framework/console": "^0.8",
"mantle-framework/container": "^0.8",
"mantle-framework/contracts": "^0.8",
"mantle-framework/support": "^0.8"
},
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/rest-api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.7"
"mantle-framework/contracts": "^0.8"
},
"extra": {
"branch-alias": {
Expand Down
4 changes: 2 additions & 2 deletions src/mantle/scheduling/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"dragonmantank/cron-expression": "^3.1",
"guzzlehttp/guzzle": "^6.3.1 || ^7.3",
"mantle-framework/contracts": "^0.7",
"mantle-framework/contracts": "^0.8",
"nesbot/carbon": "^2.53",
"mantle-framework/console": "^0.7"
"mantle-framework/console": "^0.8"
},
"extra": {
"branch-alias": {
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/support/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.7",
"mantle-framework/contracts": "^0.8",
"monolog/monolog": "^2.7",
"nesbot/carbon": "^2.53",
"symfony/finder": "^5.3",
Expand Down
10 changes: 5 additions & 5 deletions src/mantle/testing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.7",
"mantle-framework/database": "^0.7",
"mantle-framework/http-client": "^0.7",
"mantle-framework/http": "^0.7",
"mantle-framework/support": "^0.7"
"mantle-framework/contracts": "^0.8",
"mantle-framework/database": "^0.8",
"mantle-framework/http-client": "^0.8",
"mantle-framework/http": "^0.8",
"mantle-framework/support": "^0.8"
},
"extra": {
"branch-alias": {
Expand Down
14 changes: 7 additions & 7 deletions src/mantle/testkit/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/config": "^0.7",
"mantle-framework/container": "^0.7",
"mantle-framework/contracts": "^0.7",
"mantle-framework/events": "^0.7",
"mantle-framework/faker": "^0.7",
"mantle-framework/support": "^0.7",
"mantle-framework/testing": "^0.7",
"mantle-framework/config": "^0.8",
"mantle-framework/container": "^0.8",
"mantle-framework/contracts": "^0.8",
"mantle-framework/events": "^0.8",
"mantle-framework/faker": "^0.8",
"mantle-framework/support": "^0.8",
"mantle-framework/testing": "^0.8",
"phpunit/phpunit": "^9.3.3"
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/view/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"php": "^8.0",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.7"
"mantle-framework/contracts": "^0.8"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit c0f686a

Please sign in to comment.