Skip to content

Commit

Permalink
Merge pull request #334 from ergebnis/feature/schema
Browse files Browse the repository at this point in the history
Enhancement: Update schema.json
  • Loading branch information
localheinz committed Jan 19, 2020
2 parents 1421318 + d85433e commit 5889668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"version": {
"type": "string",
"description": "Package version, see https://getcomposer.org/doc/04-schema.md#version for more info on valid schemes.",
"pattern": "^v?\\d+(((\\.\\d+)?\\.\\d+)?\\.\\d+)?"
"pattern": "^v?\\d+(((\\.\\d+)?\\.\\d+)?\\.\\d+)?|^dev-"
},
"time": {
"type": "string",
Expand Down

0 comments on commit 5889668

Please sign in to comment.