Skip to content

Commit 212fa4e

Browse files
authored
Merge pull request #78 from rollbar/fix_ci
Fixed failing CI
2 parents f1b62d5 + aa541be commit 212fa4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
},
2222
"autoload-dev": {
2323
"files": [
24-
"Tests/Fixtures/app/AppKernel.php",
24+
"Tests/Fixtures/App/AppKernel.php",
2525
"Tests/Fixtures/ErrorHandler.php"
2626
],
2727
"psr-4": { "Tests\\": "Tests/"}
2828
},
2929
"require": {
3030
"php": ">=8.0.2",
31-
"rollbar/rollbar": "^3.0",
31+
"rollbar/rollbar": "^3.1",
3232
"symfony/dependency-injection": "^5.4|^6.0",
3333
"symfony/config": "^5.4|^6.0",
3434
"symfony/http-kernel": "^5.4|^6.0",

0 commit comments

Comments
 (0)