Skip to content

Commit 6aed9ad

Browse files
committed
added core.
1 parent c99aaa4 commit 6aed9ad

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
}
1111
],
1212
"require": {
13-
"ext-curl": "*",
14-
"ext-json": "*"
13+
"ext-curl": "*",
14+
"ext-json": "*",
15+
"neuron-php/core": "^0.7.0"
1516
},
1617
"require-dev": {
1718
"phpunit/phpunit": "9.*"

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"major":0,"minor":6,"patch":6,"build":0}
1+
{"major":0,"minor":7,"patch":0,"build":0}

0 commit comments

Comments
 (0)