Skip to content

Commit

Permalink
feat: remove custom dev dependency
Browse files Browse the repository at this point in the history
Friends of PHPSpec are doing a great job maintaining phpspec-expect and
it seems working great! Let's remove our custom repository :) .
  • Loading branch information
Nek- committed Oct 26, 2021
1 parent 67614c5 commit 4d157f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 7.3, 7.4, 8.0 ]
php: [ 7.4, 8.0 ]
os: [ ubuntu-latest ]
phpunit-versions: ['latest']
include:
Expand All @@ -18,7 +18,7 @@ jobs:
composer-flag: "--ignore-platform-reqs"

- os: [ ubuntu-latest ]
php: 7.2
php: 7.3
composer-flag: "--prefer-lowest"

steps:
Expand Down
11 changes: 2 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,10 @@
},
"require-dev": {
"phpspec/phpspec": "^6.3.0",
"bossa/phpspec2-expect": "dev-feature/php-8",
"friends-of-phpspec/phpspec-expect": "^4.0",
"phpunit/phpunit": "^8.5"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Nek-/phpspec2-expect"
}
],
"_comment": [
"PHPSpec is limited to ^6.x to keep compatibility with PHP7.1",
"The repository for expect package is temporary, see https://github.com/BossaConsulting/phpspec2-expect/pull/66"
"PHPSpec is limited to ^6.x to keep compatibility with PHP7.1"
]
}

0 comments on commit 4d157f8

Please sign in to comment.