Skip to content

Commit fb9473d

Browse files
authored
Modernize the Craft configuration file (#10)
1 parent 2c4ba99 commit fb9473d

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.craft.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
minVersion: '0.7.2'
2-
github:
3-
owner: getsentry
4-
repo: sentry-php-sdk
5-
preReleaseCommand: ""
1+
minVersion: '0.23.1'
2+
artifactProvider:
3+
name: none
4+
preReleaseCommand: ''
65
targets:
7-
- name: github
8-
- name: registry
9-
type: sdk
10-
config:
11-
canonical: 'composer:sentry/sdk'
6+
- name: github
7+
- name: registry
8+
sdks:
9+
composer:sentry/sdk:

0 commit comments

Comments
 (0)