Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed May 16, 2024
1 parent 7b372f0 commit e3f6047
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
branches: [ master ]

jobs:
test:
checks:
runs-on: ubuntu-latest
name: 'Test'
name: 'Check'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
18 changes: 5 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@
"php": "^8.1",
"phpunit/phpunit": "^9.0 || ^10.0 || ^11.0"
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"infection/extension-installer": true
}
},
"autoload": {
"psr-4": {
"TiMacDonald\\CallableFake\\": "src"
Expand All @@ -36,11 +29,10 @@
"Tests\\": "tests/"
}
},
"config": {
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "stable",
"prefer-stable": true,
"support": {
"issues": "https://github.com/timacdonald/callable-fake/issues",
"source": "https://github.com/timacdonald/callable-fake/releases/latest",
"docs": "https://github.com/timacdonald/callable-fake/blob/master/readme.md"
}
"prefer-stable": true
}

0 comments on commit e3f6047

Please sign in to comment.