Skip to content

Commit 9d28723

Browse files
committed
Added EventDispatcher as dependency
- Deleted composer.lock from repository
1 parent 7b52b7e commit 9d28723

File tree

3 files changed

+2
-3022
lines changed

3 files changed

+2
-3022
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
composer.lock
12
vendor
23
.php_cs.cache

composer.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@
66
{
77
"name": "Marc Morera",
88
"email": "[email protected]"
9-
},
10-
{
11-
"name": "Puntmig Team",
12-
"email": "[email protected]"
139
}
1410
],
1511
"require": {
1612
"php": ">=7.1",
13+
"symfony/event-dispatcher": "^3.4|^4.0",
1714
"guzzlehttp/guzzle": "^6.0",
1815
"psr/http-message": "^1.0.1",
1916
"nesbot/carbon": "^1.22"

0 commit comments

Comments
 (0)