Skip to content

Commit a63c43a

Browse files
committed
composer json
1 parent 1830fca commit a63c43a

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

composer.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
11
{
2-
"name": "flynsarmy/db-blade-compiler",
2+
"name": "dducro/db-blade-compiler",
33
"description": "Render Blade templates from Eloquent Model Fields",
44
"keywords": ["laravel", "blade", "compiler", "eloquent", "model"],
55
"license": "MIT",
66
"authors": [
77
{
8-
"name": "Flyn San",
9-
"email": "flynsarmy@gmail.com"
8+
"name": "Daniël Ducro",
9+
"email": "daniel@pionect.nl"
1010
}
11-
,
12-
{
13-
"name": "Ebrahim Radi",
14-
"email": "ebrahim.radi@gmail.com",
15-
"homepage": "http://me2bits.com"
16-
}
1711
],
1812
"require": {
1913
"php": ">=5.3.0"
2014
},
2115
"autoload": {
2216
"psr-0": {
23-
"Flynsarmy\\DbBladeCompiler\\": "src/"
17+
"DDucro\\DbBladeCompiler\\": "src/"
2418
}
2519
},
2620
"minimum-stability": "stable"

0 commit comments

Comments
 (0)