Skip to content

Commit 3abf926

Browse files
committed
Merge branch 'main' into fix/github-rate-limit
2 parents 698d7dc + 957084f commit 3abf926

File tree

113 files changed

+4157
-3611
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+4157
-3611
lines changed

bun.lock

Lines changed: 198 additions & 58 deletions
Large diffs are not rendered by default.

composer.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"description": "Documentation website for the Tempest framework",
55
"require": {
66
"tempest/framework": "dev-main",
7-
"league/commonmark": "^2.6.1",
8-
"symfony/yaml": "^6.4.20",
7+
"league/commonmark": "^2.7.0",
8+
"symfony/yaml": "^6.4.21",
99
"spatie/yaml-front-matter": "^2.1",
1010
"spatie/browsershot": "^4.4",
1111
"assertchris/ellison": "^1.0.2"
1212
},
1313
"require-dev": {
14-
"phpunit/phpunit": "^10.5.45",
15-
"symfony/var-dumper": "^7.2.3",
14+
"phpunit/phpunit": "^10.5.46",
15+
"symfony/var-dumper": "^7.2.6",
1616
"carthage-software/mago": "^0.19.5"
1717
},
1818
"autoload": {
@@ -45,7 +45,9 @@
4545
"qa": [
4646
"composer mago:fmt",
4747
"composer phpunit",
48-
"composer mago:lint"
48+
"composer mago:lint",
49+
"@php ./tempest static:generate",
50+
"@php ./tempest static:clean"
4951
]
5052
},
5153
"minimum-stability": "dev",
@@ -55,6 +57,7 @@
5557
"allow-plugins": {
5658
"php-http/discovery": true,
5759
"carthage-software/mago": true
60+
5861
}
5962
}
6063
}

0 commit comments

Comments
 (0)