Skip to content

Commit

Permalink
Migration to php8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobia Zanarella committed Feb 10, 2023
1 parent aacc850 commit e27ba7f
Show file tree
Hide file tree
Showing 3 changed files with 588 additions and 626 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

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
}
],
"require": {
"php": "^7.3",
"php": "^8.0",
"ext-json": "*",
"php-http/guzzle7-adapter": "^1.0"
},
"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 e27ba7f

Please sign in to comment.