File tree Expand file tree Collapse file tree 1 file changed +26
-18
lines changed Expand file tree Collapse file tree 1 file changed +26
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " nerou/formula" ,
3
- "description" : " An open source PHP formula parser based on https://github.com/socialist/formula" ,
4
- "require" : {
5
- "php" : " >=8.1"
2
+ "name" : " nerou/formula" ,
3
+ "description" : " An open source PHP formula parser based on https://github.com/socialist/formula" ,
4
+ "require" : {
5
+ "php" : " >=8.1"
6
6
},
7
- "autoload" : {
8
- "psr-4" : {
9
- "TimoLehnertz\\ formula\\ " : " src/"
7
+ "autoload" : {
8
+ "psr-4" : {
9
+ "TimoLehnertz\\ formula\\ " : " src/"
10
10
}
11
11
},
12
- "keywords" : [
12
+ "keywords" : [
13
13
" formula" ,
14
14
" math"
15
15
],
16
- "readme" : " README.md" ,
17
- "license" : " MIT" ,
18
- "authors" : [{
19
- "name" : " Social IST" ,
20
-
21
- }, {
22
- "name" : " Timo Lehnertz"
16
+ "readme" : " README.md" ,
17
+ "license" : " MIT" ,
18
+ "authors" : [
19
+ {
20
+ "name" : " Social IST" ,
21
+
22
+ },
23
+ {
24
+ "name" : " Timo Lehnertz"
23
25
}
24
26
],
25
- "require-dev" : {
27
+ "scripts" : {
28
+ "phpunit" : " phpunit test" ,
29
+ "tests" : [
30
+ " @phpunit"
31
+ ]
32
+ },
33
+ "require-dev" : {
26
34
"psalm/phar" : " 5.23" ,
27
- "phpunit/phpunit" : " 9.5.*"
35
+ "phpunit/phpunit" : " 9.5.*"
28
36
}
29
- }
37
+ }
You can’t perform that action at this time.
0 commit comments