Skip to content

Commit b382ef2

Browse files
committed
requirements
1 parent 1855b75 commit b382ef2

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

composer.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,20 @@
1010
"validation",
1111
"ottosmops"
1212
],
13-
"authors": [
14-
{
15-
"name": "Anton Kraenzle",
16-
"email": "kraenzle@k-r.ch",
17-
"homepage": "https://www.k-r.ch"
18-
}
19-
],
13+
"authors": [{
14+
"name": "Anton Kraenzle",
15+
"email": "kraenzle@k-r.ch",
16+
"homepage": "https://www.k-r.ch"
17+
}],
2018
"homepage": "https://github.com/ottosmops/settings",
2119
"license": "MIT",
2220
"require": {
2321
"php": "^8.2",
2422
"laravel/framework": "^10.0|^11.0|^12.0"
2523
},
2624
"require-dev": {
27-
"orchestra/testbench": "^8.0|^9.0",
28-
"phpunit/phpunit": "^10.0"
25+
"orchestra/testbench": "^8.0|^9.0|^10.0",
26+
"phpunit/phpunit": "^10.0|^11.0"
2927
},
3028
"autoload": {
3129
"psr-4": {

0 commit comments

Comments
 (0)