Skip to content

Commit 28ce550

Browse files
committed
Added phpunit with tests, and updated dependencies
1 parent 49e6608 commit 28ce550

File tree

4 files changed

+2196
-56
lines changed

4 files changed

+2196
-56
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@
1010
}
1111
],
1212
"minimum-stability": "dev",
13+
"prefer-stable": true,
1314
"require": {
1415
"php": "^8.0",
1516
"symfony/expression-language": "^5.2"
1617
},
18+
"require-dev": {
19+
"phpunit/phpunit": "^9.0"
20+
},
1721
"autoload": {
1822
"psr-4": {
1923
"Kiboko\\Component\\StringExpressionLanguage\\": "src/"
@@ -28,5 +32,8 @@
2832
"branch-alias": {
2933
"dev-master": "0.1.x-dev"
3034
}
35+
},
36+
"config": {
37+
"bin-dir": "bin"
3138
}
3239
}

0 commit comments

Comments
 (0)