Skip to content

Commit

Permalink
Merge pull request #78 from rollbar/fix_ci
Browse files Browse the repository at this point in the history
Fixed failing CI
  • Loading branch information
danielmorell authored May 16, 2022
2 parents f1b62d5 + aa541be commit 212fa4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
},
"autoload-dev": {
"files": [
"Tests/Fixtures/app/AppKernel.php",
"Tests/Fixtures/App/AppKernel.php",
"Tests/Fixtures/ErrorHandler.php"
],
"psr-4": { "Tests\\": "Tests/"}
},
"require": {
"php": ">=8.0.2",
"rollbar/rollbar": "^3.0",
"rollbar/rollbar": "^3.1",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/config": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
Expand Down

0 comments on commit 212fa4e

Please sign in to comment.