Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 5ded5ff

Browse files
authored
chore: update dependencies (#22)
1 parent 1a31329 commit 5ded5ff

File tree

4 files changed

+2331
-1254
lines changed

4 files changed

+2331
-1254
lines changed

composer.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@
33
"description": "CommonMark for internal Laravel Projects. Powered by league/commonmark.",
44
"type": "library",
55
"license": "MIT",
6-
"authors": [{
7-
"name": "Brian Faust",
8-
"email": "hello@basecode.sh"
9-
}],
6+
"authors": [
7+
{
8+
"name": "Brian Faust",
9+
"email": "hello@basecode.sh"
10+
}
11+
],
12+
"repositories": [
13+
{
14+
"type": "vcs",
15+
"url": "https://github.com/unicorn-fail/configuration.git"
16+
}
17+
],
1018
"require": {
1119
"illuminate/support": "^8.28",
1220
"graham-campbell/markdown": "^13.1",
@@ -15,7 +23,7 @@
1523
"calebporzio/sushi": "^2.1",
1624
"spatie/yaml-front-matter": "^2.0",
1725
"unicorn-fail/emoji": "1.0.x-dev",
18-
"arkecosystem/ui": "^4.0"
26+
"arkecosystem/ui": "^5.0"
1927
},
2028
"require-dev": {
2129
"arkecosystem/stan": "^3.3",
@@ -47,5 +55,8 @@
4755
]
4856
},
4957
"minimum-stability": "dev",
50-
"prefer-stable": true
58+
"prefer-stable": true,
59+
"config": {
60+
"sort-packages": true
61+
}
5162
}

0 commit comments

Comments
 (0)