summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nth.ee>2024-11-10 22:49:52 +0200
committerAsko Nõmm <asko@nth.ee>2024-11-10 22:49:52 +0200
commit246e5a24a5ceedf364e06bb13e0a26cf46ee9507 (patch)
treec8ee52d337a040a5c3ce83ec5b1e72fca984cf6e /composer.json
parent882741f201426fa1ae39b461b7ba5bd8db6a77dc (diff)
Add phpunit.xml
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index c5172f0..104a3f8 100644
--- a/composer.json
+++ b/composer.json
@@ -8,11 +8,6 @@
"Asko\\Loggr\\": "src/"
}
},
- "autoload-dev": {
- "psr-4": {
- "Asko\\Loggr\\Tests\\": "tests/"
- }
- },
"authors": [
{
"name": "Asko Nomm",
@@ -20,7 +15,7 @@
}
],
"require": {
- "php": "^8.3"
+ "php": ">=8.3"
},
"require-dev": {
"phpunit/phpunit": "11"