This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'zf2/master' into feature/doc
- Loading branch information
76 parents
db33b2e
+
fea371a
+
c93bbae
+
a4ff530
+
cbd4621
+
4b4dffb
+
00380d2
+
3895f9f
+
6349844
+
b6905a7
+
b7735a0
+
8312aef
+
7be4333
+
8625190
+
4dd38f5
+
e02bd81
+
87c797f
+
73208bf
+
0272cd1
+
1fcbea4
+
197a891
+
5859e98
+
d34ef1c
+
e06dc2f
+
4907ff6
+
fd0e0ba
+
891fbf7
+
83d5b01
+
4579f15
+
c86ed1e
+
16b8f20
+
83086b6
+
a81c8a5
+
a85d989
+
55ef06c
+
a2d63b1
+
8210d1d
+
0a08fc0
+
7d37340
+
ab0ab2a
+
b9e0b9b
+
e1d4bda
+
e251276
+
161ba87
+
f10c77c
+
58cc6ef
+
cecfbb0
+
c165fb8
+
1febb29
+
3325e48
+
8b68fab
+
43c1b37
+
ec52465
+
2904103
+
e4d7a5a
+
be7b13f
+
f8dd43d
+
b1b3322
+
93ccc75
+
2d494af
+
25e9a69
+
3f70aa8
+
598d6ed
+
8161582
+
c01dc55
+
98634fe
+
0c55546
+
1c83b8f
+
815d8cc
+
1d5cfa1
+
460ae0b
+
c577f06
+
19c90c8
+
5dbf1b9
+
4a927fd
+
4a648ec
commit d0636ac
Showing
32 changed files
with
169 additions
and
501 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,29 @@ | ||
{ | ||
"name": "zendframework/zend-event-manager", | ||
"description": "Zend\\EventManager component", | ||
"name": "zendframework/zend-eventmanager", | ||
"description": " ", | ||
"license": "BSD-3-Clause", | ||
"keywords": [ | ||
"zf2", | ||
"event-manager" | ||
"eventmanager" | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Zend\\EventManager\\": "src/" | ||
"Zend\\EventManager": "src/" | ||
} | ||
}, | ||
"require": { | ||
"php": ">=5.3.23" | ||
}, | ||
"require-dev": { | ||
"fabpot/php-cs-fixer": "1.7.*", | ||
"satooshi/php-coveralls": "dev-master", | ||
"phpunit/PHPUnit": "~4.0" | ||
"php": ">=5.3.3", | ||
"zendframework/zend-stdlib": "self.version" | ||
}, | ||
"homepage": "https://github.com/zendframework/zend-event-manager", | ||
"autoload-dev": { | ||
"psr-4": { | ||
"ZendTest\\EventManager\\": "test/" | ||
} | ||
}, | ||
"require-dev": { | ||
"fabpot/php-cs-fixer": "1.7.*", | ||
"satooshi/php-coveralls": "dev-master", | ||
"phpunit/PHPUnit": "~4.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.