bump php version and phpunit

This commit is contained in:
Tac Tacelosky 2021-11-05 13:04:16 -04:00
parent 27bfa19022
commit f040749ea5

View file

@ -18,12 +18,12 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=7.4"
},
"autoload": {
"psr-4": { "Michelf\\": "Michelf/" }
},
"require-dev": {
"phpunit/phpunit": ">=4.3 <5.8"
"phpunit/phpunit": "^9.5"
}
}