Skip to content

Commit fc21618

Browse files
committed
prepare release
1 parent 1ba22ce commit fc21618

File tree

21 files changed

+46
-46
lines changed

21 files changed

+46
-46
lines changed

composer.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -43,32 +43,31 @@
4343
"symplify/monorepo-builder": "^10.1"
4444
},
4545
"replace": {
46-
"mantle-framework/assets": "self.version",
47-
"mantle-framework/auth": "self.version",
48-
"mantle-framework/cache": "self.version",
49-
"mantle-framework/caper": "self.version",
50-
"mantle-framework/config": "self.version",
51-
"mantle-framework/console": "self.version",
52-
"mantle-framework/container": "self.version",
53-
"mantle-framework/contracts": "self.version",
54-
"mantle-framework/database": "self.version",
55-
"mantle-framework/events": "self.version",
56-
"mantle-framework/facade": "self.version",
57-
"mantle-framework/faker": "self.version",
58-
"mantle-framework/filesystem": "self.version",
59-
"mantle-framework/http": "self.version",
60-
"mantle-framework/http-client": "self.version",
61-
"mantle-framework/log": "self.version",
62-
"mantle-framework/query-monitor": "self.version",
63-
"mantle-framework/queue": "self.version",
64-
"mantle-framework/rest-api": "self.version",
65-
"mantle-framework/scheduling": "self.version",
66-
"mantle-framework/support": "self.version",
67-
"mantle-framework/testing": "self.version",
68-
"mantle-framework/testkit": "self.version",
69-
"mantle-framework/view": "self.version"
46+
"mantle-framework/assets": "0.1.0",
47+
"mantle-framework/auth": "0.1.0",
48+
"mantle-framework/cache": "0.1.0",
49+
"mantle-framework/caper": "0.1.0",
50+
"mantle-framework/config": "0.1.0",
51+
"mantle-framework/console": "0.1.0",
52+
"mantle-framework/container": "0.1.0",
53+
"mantle-framework/contracts": "0.1.0",
54+
"mantle-framework/database": "0.1.0",
55+
"mantle-framework/events": "0.1.0",
56+
"mantle-framework/facade": "0.1.0",
57+
"mantle-framework/faker": "0.1.0",
58+
"mantle-framework/filesystem": "0.1.0",
59+
"mantle-framework/http": "0.1.0",
60+
"mantle-framework/http-client": "0.1.0",
61+
"mantle-framework/log": "0.1.0",
62+
"mantle-framework/query-monitor": "0.1.0",
63+
"mantle-framework/queue": "0.1.0",
64+
"mantle-framework/rest-api": "0.1.0",
65+
"mantle-framework/scheduling": "0.1.0",
66+
"mantle-framework/support": "0.1.0",
67+
"mantle-framework/testing": "0.1.0",
68+
"mantle-framework/testkit": "0.1.0",
69+
"mantle-framework/view": "0.1.0"
7070
},
71-
"minimum-stability": "dev",
7271
"autoload": {
7372
"files": [
7473
"src/mantle/framework/helpers.php",
@@ -110,5 +109,6 @@
110109
"@phpunit"
111110
],
112111
"validate-monorepo": "monorepo-builder validate --ansi"
113-
}
112+
},
113+
"minimum-stability": "dev"
114114
}

src/mantle/config/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
],
2828
"minimum-stability": "dev",
2929
"config": {
30-
"sort-packages": true
30+
"sort-packages": true
3131
}
3232
}

src/mantle/console/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
],
3131
"minimum-stability": "dev",
3232
"config": {
33-
"sort-packages": true
33+
"sort-packages": true
3434
}
3535
}

src/mantle/container/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
],
3131
"minimum-stability": "dev",
3232
"config": {
33-
"sort-packages": true
33+
"sort-packages": true
3434
}
3535
}

src/mantle/contracts/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
],
3030
"minimum-stability": "dev",
3131
"config": {
32-
"sort-packages": true
32+
"sort-packages": true
3333
}
3434
}

src/mantle/database/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
],
3030
"minimum-stability": "dev",
3131
"config": {
32-
"sort-packages": true
32+
"sort-packages": true
3333
}
3434
}

src/mantle/events/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
],
3131
"minimum-stability": "dev",
3232
"config": {
33-
"sort-packages": true
33+
"sort-packages": true
3434
}
3535
}

src/mantle/facade/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
],
2727
"minimum-stability": "dev",
2828
"config": {
29-
"sort-packages": true
29+
"sort-packages": true
3030
}
3131
}

src/mantle/faker/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
],
2727
"minimum-stability": "dev",
2828
"config": {
29-
"sort-packages": true
29+
"sort-packages": true
3030
}
3131
}

src/mantle/filesystem/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
],
3333
"minimum-stability": "dev",
3434
"config": {
35-
"sort-packages": true
35+
"sort-packages": true
3636
}
3737
}

0 commit comments

Comments
 (0)