Skip to content

Commit 0db6f87

Browse files
committed
Upgrade requirements and dev dependencies
1 parent 98bcd5d commit 0db6f87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ayesh/php-timer",
3-
"description": "Stop-watch for all your needs. Supports timer start, pause, resume, stop, read, and minimal conversion.",
3+
"description": "High-resolution and monotonic stop-watch for all your needs. Supports timer start, pause, resume, stop, read, and minimal conversion.",
44
"type": "library",
55
"license": "MIT",
66
"keywords": ["timer", "stopwatch", "time", "performance", "benchmark"],
@@ -14,10 +14,10 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.2 || ^8.0"
17+
"php": "^7.3 || ^8.0"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "^8.0",
20+
"phpunit/phpunit": "^9.0",
2121
"symfony/phpunit-bridge": "^4.0"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)