mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-24 17:03:27 +03:00
Update the composer.json file so that it still supports PHP v8.0
This commit is contained in:
parent
359c458404
commit
3362adb131
2 changed files with 469 additions and 346 deletions
|
@ -42,7 +42,7 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"roave/security-advisories": "dev-master",
|
"roave/security-advisories": "dev-master",
|
||||||
"phpunit/phpunit": "^10.0.18"
|
"phpunit/phpunit": "^9.6"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "APP_ENV=testing php vendor/bin/phpunit"
|
"test": "APP_ENV=testing php vendor/bin/phpunit"
|
||||||
|
|
813
composer.lock
generated
813
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue