Skip to content

Commit 1860fa5

Browse files
Merge branch '5.0.0-typing-and-consistency' into neo4j-actions
2 parents 0458169 + 02a0fb0 commit 1860fa5

File tree

311 files changed

+10352
-9278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

311 files changed

+10352
-9278
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.DS_Store
22
composer.lock
3+
coverage/
34
phpunit.xml
45
vendor/
56
*.idea

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"name": "Marijn van Wezel",
1919
"email": "[email protected]",
2020
"homepage": "https://wikibase-solutions.com/author/marijn",
21-
"role": "Developer"
21+
"role": "Maintainer"
2222
},
2323
{
2424
"name": "Wout Gevaert",
@@ -48,7 +48,9 @@
4848
"require": {
4949
"php": ">=7.4",
5050
"ext-ctype": "*",
51-
"ext-openssl": "*"
51+
"ext-openssl": "*",
52+
"symfony/polyfill-php80": "^1.26",
53+
"symfony/polyfill-php81": "^1.26"
5254
},
5355
"require-dev": {
5456
"phpunit/phpunit": "~9.0",
@@ -59,6 +61,9 @@
5961
"phpstan/phpstan": "^1.8"
6062
},
6163
"autoload": {
64+
"files": [
65+
"src/functions.php"
66+
],
6267
"psr-4": {
6368
"WikibaseSolutions\\CypherDSL\\": "src/"
6469
}

src/Addition.php

Lines changed: 0 additions & 51 deletions
This file was deleted.

src/AndOperator.php

Lines changed: 0 additions & 51 deletions
This file was deleted.

src/Assignment.php

Lines changed: 0 additions & 85 deletions
This file was deleted.

src/BinaryOperator.php

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)