Skip to content

Commit

Permalink
Fixed cs
Browse files Browse the repository at this point in the history
  • Loading branch information
kreemer committed Aug 9, 2023
1 parent a16b49f commit b2b9cde
Show file tree
Hide file tree
Showing 5 changed files with 596 additions and 677 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@

# Embedded web-server pid file
/.web-server-pid

*.cache
1 change: 0 additions & 1 deletion .php-cs-fixer.cache

This file was deleted.

3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"description": "Extension to monitor the doctrine connection for the actuator bundle",
"keywords": [ "actuator" ],
"type": "symfony-bundle",
"minimum-stability": "dev",
"license": "MIT",
"require": {
"symfony/framework-bundle": "^6.0",
"symsensor/actuator-bundle": "*",
"symsensor/actuator-bundle": "dev-main",
"doctrine/doctrine-bundle": "^2.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit b2b9cde

Please sign in to comment.