Skip to content

Commit

Permalink
Merge pull request #232 from facile-it/remove-forks
Browse files Browse the repository at this point in the history
Remove Prophecy forks
  • Loading branch information
Jean85 authored Feb 8, 2024
2 parents 00ad608 + 459abd1 commit b583847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
schedule:
- cron: "42 7 * * 1"

env:
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'

jobs:
Tests:
runs-on: 'ubuntu-latest'
Expand Down
14 changes: 2 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"require-dev": {
"facile-it/facile-coding-standard": "^1.0",
"jangregor/phpstan-prophecy": "^1.0.0",
"phpspec/prophecy": "dev-allow-phpunit-11 as 1.19",
"phpspec/prophecy-phpunit": "dev-allow-phpunit-11 as 2.2.0",
"phpspec/prophecy": "dev-master as 1.19",
"phpspec/prophecy-phpunit": "dev-master as 2.2.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.10.4",
"phpstan/phpstan-phpunit": "^1.1",
Expand All @@ -53,16 +53,6 @@
"symfony/phpunit-bridge": "^6.4||^7.0",
"vimeo/psalm": "^5.5.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jean85/prophecy-phpunit"
},
{
"type": "vcs",
"url": "https://github.com/jean85/prophecy"
}
],
"conflict": {
"composer/package-versions-deprecated": "<1.11.99"
},
Expand Down

0 comments on commit b583847

Please sign in to comment.