Skip to content

Commit

Permalink
Updated to PHP 8 and PHPUnit 9
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Apr 23, 2021
1 parent bf01949 commit 754c2a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.4-fpm
FROM php:8.0-fpm

RUN apt-get update && apt-get install -y \
git \
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"rubix/ml": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "~5.0"
"phpunit/phpunit": "~9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 754c2a3

Please sign in to comment.