Skip to content

Commit 6cb9e10

Browse files
Remove version from composer.json
According to the `composer.json` schema, the version should be omitted from the `composer.json` file whenever it can be inferred from somewhere. We use annotated tags for each new release of php-cypher-dsl, so Composer will now infer the version from there. This reduces the risk of problems resulting from forgetting to update the tag.
1 parent 60ecb65 commit 6cb9e10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "wikibase-solutions/php-cypher-dsl",
33
"description": "A query builder for the Cypher query language written in PHP",
4-
"version": "2.8.0",
54
"type": "library",
65
"keywords": [
76
"neo4j",

0 commit comments

Comments
 (0)