Skip to content

Commit 4c696aa

Browse files
committed
Update composer.json
1 parent 8fe5979 commit 4c696aa

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "damienharper/auditor-bundle",
2+
"name": "recranet/auditor-bundle",
33
"type": "symfony-bundle",
44
"description": "Integrate auditor library in your Symfony projects.",
55
"keywords": [
@@ -14,13 +14,17 @@
1414
{
1515
"name": "Damien Harper",
1616
"email": "damien.harper@gmail.com"
17+
},
18+
{
19+
"name": "Simon Decloedt",
20+
"email": "simon@recranet.com"
1721
}
1822
],
1923
"require": {
2024
"php": ">=8.2",
2125
"ext-intl": "*",
22-
"damienharper/auditor": "^3.2",
2326
"doctrine/doctrine-bundle": "^2.0",
27+
"recranet/auditor": "^0.1.0",
2428
"symfony/asset": "^5.4|^6.4|^7.0",
2529
"symfony/doctrine-bridge": "^5.4|^6.4|^7.0",
2630
"symfony/event-dispatcher": "^5.4|^6.4|^7.0",
@@ -38,8 +42,7 @@
3842
},
3943
"autoload-dev": {
4044
"psr-4": {
41-
"DH\\AuditorBundle\\Tests\\": "tests",
42-
"DH\\Auditor\\Tests\\": "vendor/damienharper/auditor/tests"
45+
"DH\\AuditorBundle\\Tests\\": "tests"
4346
}
4447
},
4548
"require-dev": {

0 commit comments

Comments
 (0)