Skip to content

Commit e9973ae

Browse files
authored
change package name
1 parent a89336b commit e9973ae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
2-
"name": "fesor/request-objects",
2+
"name": "geeky/request-objects",
33
"description": "Custom request objects for Symfony made to make life less painful",
44
"type": "library",
55
"license": "MIT",
66
"authors": [
77
{
88
"name": "Sergey Protko",
99
"email": "fesors@gmail.com"
10+
},
11+
{
12+
"name": "Mohamed Emad",
13+
"email": "thegeekym@gmail.com"
1014
}
1115
],
1216
"autoload": {

0 commit comments

Comments
 (0)