Skip to content

Commit

Permalink
Merge pull request #8 from shellrent/php80
Browse files Browse the repository at this point in the history
Migration to php8.0+ (dev)
  • Loading branch information
svdigital-development authored Jun 6, 2023
2 parents fdcf80b + e27ba7f commit b18a53e
Show file tree
Hide file tree
Showing 3 changed files with 587 additions and 625 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@

/env/*
!/env/.env.example

.phpunit.result.cache

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"fzaninotto/faker": "^1.9",
"fakerphp/faker": "^1.21",
"vlucas/phpdotenv": "^5.1"
},
"autoload": {
Expand Down
Loading

0 comments on commit b18a53e

Please sign in to comment.