Skip to content

Commit

Permalink
Merge pull request #601 from creative-sizzle/fix/3.0-composer-deps
Browse files Browse the repository at this point in the history
[3.0] Replace deprecated fzaninotto/faker package
  • Loading branch information
jgrossi committed Feb 13, 2022
2 parents 1c6980e + 0e0a102 commit fd80570
Show file tree
Hide file tree
Showing 2 changed files with 454 additions and 370 deletions.
20 changes: 13 additions & 7 deletions composer.json
@@ -1,6 +1,8 @@
{
"name": "jgrossi/corcel",
"replace": { "juniorgrossi/corcel": "self.version" },
"replace": {
"juniorgrossi/corcel": "self.version"
},
"description": "Use WordPress backend with Laravel or any PHP framework",
"homepage": "http://github.com/corcel/corcel",
"license": "MIT",
Expand All @@ -16,17 +18,17 @@
"illuminate/database": "^6.0",
"illuminate/filesystem": "^6.0",
"illuminate/support": "^6.0",
"fzaninotto/faker": "^1.6",
"bordoni/phpass": "0.3.*",
"thunderer/shortcode": "^0.7.3"
},
"require-dev": {
"orchestra/testbench": "^4.0",
"orchestra/database": "^4.0",
"symfony/thanks": "^1.0",
"mockery/mockery": "^1.0",
"codeclimate/php-test-reporter": "dev-master",
"dms/phpunit-arraysubset-asserts": "^0.1.0"
"dms/phpunit-arraysubset-asserts": "^0.1.0",
"fakerphp/faker": "^1.18",
"mockery/mockery": "^1.0",
"orchestra/database": "^4.0",
"orchestra/testbench": "^4.0",
"symfony/thanks": "^1.0"
},
"autoload": {
"psr-4": {
Expand All @@ -43,8 +45,12 @@
}
},
"config": {
"sort-packages": true,
"platform": {
"php": "7.2"
},
"allow-plugins": {
"symfony/thanks": true
}
}
}

0 comments on commit fd80570

Please sign in to comment.