Skip to content

Commit

Permalink
Bump to php 8.3 PHPUnit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 committed Apr 19, 2024
1 parent 50e87fe commit 901fe40
Show file tree
Hide file tree
Showing 5 changed files with 717 additions and 1,012 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
"name": "svpernova09/php-easy-math",
"description": "A simple library to do math for you",
"require": {
"php": "^8.0",
"dompdf/dompdf": "^0.8.2"
"php": "^8.3"
},
"require-dev": {
"phpunit/phpunit": "^9",
"phan/phan": "^4",
"phpstan/phpstan": "^0.12.92"
"phpunit/phpunit": "^10",
"phan/phan": "^5",
"phpstan/phpstan": "^1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 901fe40

Please sign in to comment.