Skip to content

Commit

Permalink
Merge pull request #17 from snapshotpl/update-dependencies
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
Ocramius authored Jan 12, 2022
2 parents 306a7cb + 5eec596 commit 36913d9
Show file tree
Hide file tree
Showing 7 changed files with 544 additions and 454 deletions.
1 change: 1 addition & 0 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
php-version:
- "7.4"
- "8.0"
- "8.1"
operating-system:
- "ubuntu-latest"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
php-version:
- "7.4"
- "8.0"
- "8.1"
operating-system:
- "ubuntu-latest"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
php-version:
- "7.4"
- "8.0"
- "8.1"
operating-system:
- "ubuntu-latest"

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor/
.phpunit.result.cache
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"php": "^7.4 || ^8.0",
"behat/behat": "^3.4",
"psr/container": "^1.0",
"symfony/dependency-injection": "^4.3 || ^5.0"
"symfony/dependency-injection": "^4.3 || ^5.0 || ^6.0"
},
"require-dev": {
"doctrine/coding-standard": "^8.2",
"laminas/laminas-servicemanager": "4.0.x-dev",
"phpunit/phpunit": "^6.3 || ^8.5 || ^9.5"
"laminas/laminas-servicemanager": "^3.10.0",
"phpunit/phpunit": "^9.5"
},
"license": "MIT",
"authors": [
Expand All @@ -32,6 +32,9 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
Loading

0 comments on commit 36913d9

Please sign in to comment.