diff options
| author | Asko Nõmm <asko@repl.ee> | 2023-09-25 01:35:47 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@repl.ee> | 2023-09-25 01:35:47 +0300 |
| commit | ef1dd318d437bb33adddf226c546e85f4744ce8c (patch) | |
| tree | 8910bd4cc0b2ce2827aecfa19ecf2453058af575 /composer.json | |
| parent | d2a1290423e1102b23fc8e042cef5420a42c02af (diff) | |
Update stuff
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 162af24..d6fa4d3 100644 --- a/composer.json +++ b/composer.json @@ -1,18 +1,18 @@ { - "name": "askonomm/hird", + "name": "asko/hird", "description": "An extensible validation library for your data with sane defaults.", "type": "library", "license": "MIT", "autoload": { "psr-4": { - "Askonomm\\Hird\\": "src/" + "Asko\\Hird\\": "src/" } }, "authors": [ { "name": "Asko Nomm", - "email": "asko@bien.ee", - "homepage": "https://bien.ee" + "email": "asko@asko.dev", + "homepage": "https://asko.dev" } ], "require": { |
