Skip to content

Commit 5f5fe82

Browse files
authored
ref(craft): Modernize Craft config (#519)
1 parent b9fbbdf commit 5f5fe82

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.craft.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
minVersion: 0.9.0
2-
github:
3-
owner: getsentry
4-
repo: sentry-symfony
1+
minVersion: 0.23.1
52
changelogPolicy: simple
6-
statusProvider:
7-
name: github
83
artifactProvider:
94
name: none
10-
preReleaseCommand: ""
5+
preReleaseCommand: ''
116
targets:
12-
- name: github
13-
- name: registry
14-
type: sdk
15-
config:
16-
canonical: 'composer:sentry/sentry-symfony'
7+
- name: github
8+
- name: registry
9+
sdks:
10+
composer:sentry/sentry-symfony:

0 commit comments

Comments
 (0)