Skip to content

Commit

Permalink
Update interdependencies to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Dec 6, 2023
1 parent 5acf20e commit f2f234c
Show file tree
Hide file tree
Showing 24 changed files with 62 additions and 62 deletions.
8 changes: 4 additions & 4 deletions src/mantle/application/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"require": {
"php": "^8.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/container": "^0.12",
"mantle-framework/contracts": "^0.12",
"mantle-framework/log": "^0.12",
"mantle-framework/support": "^0.12"
"mantle-framework/container": "^1.0",
"mantle-framework/contracts": "^1.0",
"mantle-framework/log": "^1.0",
"mantle-framework/support": "^1.0"
},
"extra": {
"wordpress-autoloader": {
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.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"alleyinteractive/wp-asset-manager": "^1.3.4",
"mantle-framework/contracts": "^0.12",
"mantle-framework/support": "^0.12"
"mantle-framework/contracts": "^1.0",
"mantle-framework/support": "^1.0"
},
"extra": {
"wordpress-autoloader": {
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.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/http": "^0.12",
"mantle-framework/http": "^1.0",
"symfony/http-kernel": "^6.0.20"
},
"extra": {
Expand Down
8 changes: 4 additions & 4 deletions src/mantle/blocks/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"require": {
"php": "^8.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.12",
"mantle-framework/facade": "^0.12",
"mantle-framework/http": "^0.12",
"mantle-framework/support": "^0.12"
"mantle-framework/contracts": "^1.0",
"mantle-framework/facade": "^1.0",
"mantle-framework/http": "^1.0",
"mantle-framework/support": "^1.0"
},
"extra": {
"wordpress-autoloader": {
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.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.12",
"mantle-framework/support": "^0.12",
"mantle-framework/contracts": "^1.0",
"mantle-framework/support": "^1.0",
"nesbot/carbon": "^2.68.1"
},
"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.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.12",
"mantle-framework/support": "^0.12"
"mantle-framework/contracts": "^1.0",
"mantle-framework/support": "^1.0"
},
"extra": {
"wordpress-autoloader": {
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.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.12",
"mantle-framework/support": "^0.12",
"mantle-framework/contracts": "^1.0",
"mantle-framework/support": "^1.0",
"nette/php-generator": "^3.6.9",
"symfony/console": "^6.0.19",
"symfony/finder": "^6.0.19",
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.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.12",
"mantle-framework/contracts": "^1.0",
"psr/container": "^1.1.1 || ^2.0.2"
},
"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.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"alleyinteractive/wp-filter-side-effects": "^2.0",
"mantle-framework/contracts": "^0.12",
"mantle-framework/support": "^0.12",
"mantle-framework/contracts": "^1.0",
"mantle-framework/support": "^1.0",
"psr/container": "^1.1.1 || ^2.0.2",
"symfony/finder": "^6.0.19"
},
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.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/container": "^0.12",
"mantle-framework/contracts": "^0.12",
"mantle-framework/support": "^0.12",
"mantle-framework/container": "^1.0",
"mantle-framework/contracts": "^1.0",
"mantle-framework/support": "^1.0",
"psr/container": "^1.1.1 || ^2.0.2",
"symfony/finder": "^6.0.19"
},
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.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.12"
"mantle-framework/contracts": "^1.0"
},
"extra": {
"wordpress-autoloader": {
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.10",
"league/flysystem-cached-adapter": "^1.1",
"mantle-framework/contracts": "^0.12",
"mantle-framework/support": "^0.12",
"mantle-framework/contracts": "^1.0",
"mantle-framework/support": "^1.0",
"psr/container": "^1.1.1 || ^2.0.2",
"symfony/finder": "^6.0.19",
"symfony/http-foundation": "^6.0.20"
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.1",
"alleyinteractive/wp-concurrent-remote-requests": "^1.0.2",
"mantle-framework/support": "^0.12"
"mantle-framework/support": "^1.0"
},
"extra": {
"wordpress-autoloader": {
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.1",
"illuminate/view": "^9.52.15",
"mantle-framework/contracts": "^0.12",
"mantle-framework/filesystem": "^0.12",
"mantle-framework/support": "^0.12",
"mantle-framework/contracts": "^1.0",
"mantle-framework/filesystem": "^1.0",
"mantle-framework/support": "^1.0",
"symfony/http-foundation": "^6.0.20",
"symfony/http-kernel": "^6.0.20",
"symfony/mime": "^6.0.19",
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.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.12",
"mantle-framework/support": "^0.12",
"mantle-framework/contracts": "^1.0",
"mantle-framework/support": "^1.0",
"monolog/monolog": "^2.9.1",
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
},
Expand Down
6 changes: 3 additions & 3 deletions src/mantle/new-relic/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"require": {
"php": "^8.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.12",
"mantle-framework/http": "^0.12",
"mantle-framework/support": "^0.12"
"mantle-framework/contracts": "^1.0",
"mantle-framework/http": "^1.0",
"mantle-framework/support": "^1.0"
},
"extra": {
"wordpress-autoloader": {
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.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.12",
"mantle-framework/database": "^0.12",
"mantle-framework/http": "^0.12",
"mantle-framework/log": "^0.12",
"mantle-framework/support": "^0.12",
"mantle-framework/contracts": "^1.0",
"mantle-framework/database": "^1.0",
"mantle-framework/http": "^1.0",
"mantle-framework/log": "^1.0",
"mantle-framework/support": "^1.0",
"monolog/monolog": "^2.9.1",
"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.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"laravel/serializable-closure": "^1.3.1",
"mantle-framework/console": "^0.12",
"mantle-framework/container": "^0.12",
"mantle-framework/contracts": "^0.12",
"mantle-framework/support": "^0.12"
"mantle-framework/console": "^1.0",
"mantle-framework/container": "^1.0",
"mantle-framework/contracts": "^1.0",
"mantle-framework/support": "^1.0"
},
"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.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.12"
"mantle-framework/contracts": "^1.0"
},
"extra": {
"wordpress-autoloader": {
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 @@ -6,8 +6,8 @@
"php": "^8.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"dragonmantank/cron-expression": "^3.3.3",
"mantle-framework/console": "^0.12",
"mantle-framework/contracts": "^0.12",
"mantle-framework/console": "^1.0",
"mantle-framework/contracts": "^1.0",
"nesbot/carbon": "^2.68.1"
},
"extra": {
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 @@ -7,7 +7,7 @@
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"doctrine/inflector": "^2.0.8",
"league/commonmark": "^2.4.0",
"mantle-framework/contracts": "^0.12",
"mantle-framework/contracts": "^1.0",
"monolog/monolog": "^2.9.1",
"nesbot/carbon": "^2.68.1",
"ramsey/uuid": "^4.7.4",
Expand Down
12 changes: 6 additions & 6 deletions src/mantle/testing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"require": {
"php": "^8.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.12",
"mantle-framework/database": "^0.12",
"mantle-framework/faker": "^0.12",
"mantle-framework/http": "^0.12",
"mantle-framework/http-client": "^0.12",
"mantle-framework/support": "^0.12",
"mantle-framework/contracts": "^1.0",
"mantle-framework/database": "^1.0",
"mantle-framework/faker": "^1.0",
"mantle-framework/http": "^1.0",
"mantle-framework/http-client": "^1.0",
"mantle-framework/support": "^1.0",
"nunomaduro/termwind": "^1.15.1",
"spatie/phpunit-snapshot-assertions": "^4.2"
},
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.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/config": "^0.12",
"mantle-framework/container": "^0.12",
"mantle-framework/contracts": "^0.12",
"mantle-framework/events": "^0.12",
"mantle-framework/faker": "^0.12",
"mantle-framework/support": "^0.12",
"mantle-framework/testing": "^0.12",
"mantle-framework/config": "^1.0",
"mantle-framework/container": "^1.0",
"mantle-framework/contracts": "^1.0",
"mantle-framework/events": "^1.0",
"mantle-framework/faker": "^1.0",
"mantle-framework/support": "^1.0",
"mantle-framework/testing": "^1.0",
"nunomaduro/collision": "^6.0 || ^7.0",
"phpunit/phpunit": "^9.3.3|^10.0.7",
"symfony/http-foundation": "^6.0"
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.1",
"alleyinteractive/composer-wordpress-autoloader": "^1.0",
"mantle-framework/contracts": "^0.12"
"mantle-framework/contracts": "^1.0"
},
"extra": {
"wordpress-autoloader": {
Expand Down

0 comments on commit f2f234c

Please sign in to comment.