We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c4094 commit be27f55Copy full SHA for be27f55
1 file changed
composer.json
@@ -8,13 +8,22 @@
8
],
9
"license": "MIT",
10
"require": {
11
- "php": ">=7.0"
+ "php": ">=8.0"
12
},
13
"autoload" :{
14
"psr-4":{
15
- "WebFiori\\Json\\":"src/WebFiori/Json"
+ "WebFiori\\Json\\":"WebFiori/Json"
16
}
17
18
+ "autoload-dev" :{
19
+ "psr-4":{
20
+ "WebFiori\\Tests\\":"tests/WebFiori/Tests"
21
+ }
22
+ },
23
+ "scripts":{
24
+ "test": "phpunit --configuration tests/phpunit.xml"
25
26
"require-dev": {
27
+ "phpunit/phpunit": "^10.0"
28
29
0 commit comments