Skip to content

Commit 7eb17e8

Browse files
committed
use stable version of graphaware/neo4j-php-ogm
1 parent 59a9ba5 commit 7eb17e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^7.0",
15-
"graphaware/neo4j-php-ogm": "dev-master",
15+
"graphaware/neo4j-php-ogm": "^1.0",
1616
"symfony/framework-bundle": "^3.0"
1717
},
1818
"require-dev": {
@@ -28,5 +28,6 @@
2828
"scripts": {
2929
"test": "vendor/bin/phpunit",
3030
"test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
31-
}
31+
},
32+
"minimum-stability": "beta"
3233
}

0 commit comments

Comments
 (0)