Skip to content

Commit

Permalink
Minor adjustments for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed Mar 15, 2022
1 parent 7c49a79 commit 276a454
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ext-pdo": "*"
},
"require-dev": {
"phpunit/phpunit": "5.7.*|7.4.*"
"phpunit/phpunit": "5.7.*|7.4.*|^9.5"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ services:

mysql:
container_name: anydataset_db_mysql
image: mysql:5.7
image: mysql:8
command: --default-authentication-plugin=mysql_native_password
environment:
- MYSQL_ROOT_PASSWORD=password
ports:
Expand Down

0 comments on commit 276a454

Please sign in to comment.