We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1855b75 commit b382ef2Copy full SHA for b382ef2
composer.json
@@ -10,22 +10,20 @@
10
"validation",
11
"ottosmops"
12
],
13
- "authors": [
14
- {
15
- "name": "Anton Kraenzle",
16
- "email": "kraenzle@k-r.ch",
17
- "homepage": "https://www.k-r.ch"
18
- }
19
- ],
+ "authors": [{
+ "name": "Anton Kraenzle",
+ "email": "kraenzle@k-r.ch",
+ "homepage": "https://www.k-r.ch"
+ }],
20
"homepage": "https://github.com/ottosmops/settings",
21
"license": "MIT",
22
"require": {
23
"php": "^8.2",
24
"laravel/framework": "^10.0|^11.0|^12.0"
25
},
26
"require-dev": {
27
- "orchestra/testbench": "^8.0|^9.0",
28
- "phpunit/phpunit": "^10.0"
+ "orchestra/testbench": "^8.0|^9.0|^10.0",
+ "phpunit/phpunit": "^10.0|^11.0"
29
30
"autoload": {
31
"psr-4": {
0 commit comments