Skip to content

Commit 901fe40

Browse files
committed
Bump to php 8.3 PHPUnit 10
1 parent 50e87fe commit 901fe40

File tree

5 files changed

+717
-1012
lines changed

5 files changed

+717
-1012
lines changed

composer.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
"name": "svpernova09/php-easy-math",
33
"description": "A simple library to do math for you",
44
"require": {
5-
"php": "^8.0",
6-
"dompdf/dompdf": "^0.8.2"
5+
"php": "^8.3"
76
},
87
"require-dev": {
9-
"phpunit/phpunit": "^9",
10-
"phan/phan": "^4",
11-
"phpstan/phpstan": "^0.12.92"
8+
"phpunit/phpunit": "^10",
9+
"phan/phan": "^5",
10+
"phpstan/phpstan": "^1"
1211
},
1312
"autoload": {
1413
"psr-4": {

0 commit comments

Comments
 (0)