Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Apr 19, 2022
1 parent 1ba22ce commit fc21618
Show file tree
Hide file tree
Showing 21 changed files with 46 additions and 46 deletions.
52 changes: 26 additions & 26 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,32 +43,31 @@
"symplify/monorepo-builder": "^10.1"
},
"replace": {
"mantle-framework/assets": "self.version",
"mantle-framework/auth": "self.version",
"mantle-framework/cache": "self.version",
"mantle-framework/caper": "self.version",
"mantle-framework/config": "self.version",
"mantle-framework/console": "self.version",
"mantle-framework/container": "self.version",
"mantle-framework/contracts": "self.version",
"mantle-framework/database": "self.version",
"mantle-framework/events": "self.version",
"mantle-framework/facade": "self.version",
"mantle-framework/faker": "self.version",
"mantle-framework/filesystem": "self.version",
"mantle-framework/http": "self.version",
"mantle-framework/http-client": "self.version",
"mantle-framework/log": "self.version",
"mantle-framework/query-monitor": "self.version",
"mantle-framework/queue": "self.version",
"mantle-framework/rest-api": "self.version",
"mantle-framework/scheduling": "self.version",
"mantle-framework/support": "self.version",
"mantle-framework/testing": "self.version",
"mantle-framework/testkit": "self.version",
"mantle-framework/view": "self.version"
"mantle-framework/assets": "0.1.0",
"mantle-framework/auth": "0.1.0",
"mantle-framework/cache": "0.1.0",
"mantle-framework/caper": "0.1.0",
"mantle-framework/config": "0.1.0",
"mantle-framework/console": "0.1.0",
"mantle-framework/container": "0.1.0",
"mantle-framework/contracts": "0.1.0",
"mantle-framework/database": "0.1.0",
"mantle-framework/events": "0.1.0",
"mantle-framework/facade": "0.1.0",
"mantle-framework/faker": "0.1.0",
"mantle-framework/filesystem": "0.1.0",
"mantle-framework/http": "0.1.0",
"mantle-framework/http-client": "0.1.0",
"mantle-framework/log": "0.1.0",
"mantle-framework/query-monitor": "0.1.0",
"mantle-framework/queue": "0.1.0",
"mantle-framework/rest-api": "0.1.0",
"mantle-framework/scheduling": "0.1.0",
"mantle-framework/support": "0.1.0",
"mantle-framework/testing": "0.1.0",
"mantle-framework/testkit": "0.1.0",
"mantle-framework/view": "0.1.0"
},
"minimum-stability": "dev",
"autoload": {
"files": [
"src/mantle/framework/helpers.php",
Expand Down Expand Up @@ -110,5 +109,6 @@
"@phpunit"
],
"validate-monorepo": "monorepo-builder validate --ansi"
}
},
"minimum-stability": "dev"
}
2 changes: 1 addition & 1 deletion src/mantle/config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
],
"minimum-stability": "dev",
"config": {
"sort-packages": true
"sort-packages": true
}
}
2 changes: 1 addition & 1 deletion src/mantle/console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
],
"minimum-stability": "dev",
"config": {
"sort-packages": true
"sort-packages": true
}
}
2 changes: 1 addition & 1 deletion src/mantle/container/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
],
"minimum-stability": "dev",
"config": {
"sort-packages": true
"sort-packages": true
}
}
2 changes: 1 addition & 1 deletion src/mantle/contracts/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
],
"minimum-stability": "dev",
"config": {
"sort-packages": true
"sort-packages": true
}
}
2 changes: 1 addition & 1 deletion src/mantle/database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
],
"minimum-stability": "dev",
"config": {
"sort-packages": true
"sort-packages": true
}
}
2 changes: 1 addition & 1 deletion src/mantle/events/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
],
"minimum-stability": "dev",
"config": {
"sort-packages": true
"sort-packages": true
}
}
2 changes: 1 addition & 1 deletion src/mantle/facade/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
],
"minimum-stability": "dev",
"config": {
"sort-packages": true
"sort-packages": true
}
}
2 changes: 1 addition & 1 deletion src/mantle/faker/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
],
"minimum-stability": "dev",
"config": {
"sort-packages": true
"sort-packages": true
}
}
2 changes: 1 addition & 1 deletion src/mantle/filesystem/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
],
"minimum-stability": "dev",
"config": {
"sort-packages": true
"sort-packages": true
}
}
2 changes: 1 addition & 1 deletion src/mantle/http-client/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
],
"minimum-stability": "dev",
"config": {
"sort-packages": true
"sort-packages": true
}
}
2 changes: 1 addition & 1 deletion src/mantle/http/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
],
"minimum-stability": "dev",
"config": {
"sort-packages": true
"sort-packages": true
}
}
2 changes: 1 addition & 1 deletion src/mantle/log/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
],
"minimum-stability": "dev",
"config": {
"sort-packages": true
"sort-packages": true
}
}
2 changes: 1 addition & 1 deletion src/mantle/query-monitor/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
],
"minimum-stability": "dev",
"config": {
"sort-packages": true
"sort-packages": true
}
}
2 changes: 1 addition & 1 deletion src/mantle/queue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
],
"minimum-stability": "dev",
"config": {
"sort-packages": true
"sort-packages": true
}
}
2 changes: 1 addition & 1 deletion src/mantle/rest-api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
],
"minimum-stability": "dev",
"config": {
"sort-packages": true
"sort-packages": true
}
}
2 changes: 1 addition & 1 deletion src/mantle/scheduling/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
],
"minimum-stability": "dev",
"config": {
"sort-packages": true
"sort-packages": true
}
}
2 changes: 1 addition & 1 deletion src/mantle/support/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
"minimum-stability": "dev",
"config": {
"sort-packages": true
"sort-packages": true
},
"suggest": {
"mantle-framework/console": "Required to load Mantle Console Commands",
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/testing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"minimum-stability": "dev",
"config": {
"sort-packages": true
"sort-packages": true
},
"autoload": {
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/mantle/testkit/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
],
"minimum-stability": "dev",
"config": {
"sort-packages": true
"sort-packages": true
}
}
2 changes: 1 addition & 1 deletion src/mantle/view/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
},
"minimum-stability": "dev",
"config": {
"sort-packages": true
"sort-packages": true
}
}

0 comments on commit fc21618

Please sign in to comment.