Skip to content

Commit

Permalink
Merge pull request #148 from dsenalik/147-add-php8-support
Browse files Browse the repository at this point in the history
Update composer to support PHP 8.x
  • Loading branch information
mestato authored Feb 23, 2023
2 parents 3e877af + 7bcab25 commit cc46996
Show file tree
Hide file tree
Showing 8 changed files with 1,774 additions and 602 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@
"email": "[email protected]"
}
],
"repositories" : [
{
"type" : "vcs",
"url": "https://github.com/fzaninotto/Faker.git"
}
],
"require": {
"phpunit/phpunit": "^5 || ^6 || ^7.0",
"phpunit/phpunit": "^5 || ^6 || ^7 || ^8 || ^9",
"symfony/console": "^3 || ^4.0",
"fzaninotto/faker": "^1.7",
"fzaninotto/faker": "dev-master",
"guzzlehttp/guzzle": "^6.3"
},
"autoload": {
Expand Down
Loading

0 comments on commit cc46996

Please sign in to comment.