File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /**
4
+ * @see https://github.com/laminas/laminas-dependency-plugin for the canonical source repository
5
+ * @copyright https://github.com/laminas/laminas-dependency-plugin/blob/master/COPYRIGHT.md
6
+ * @license https://github.com/laminas/laminas-dependency-plugin/blob/master/LICENSE.md New BSD License
7
+ */
8
+
3
9
namespace Composer \Plugin ;
4
10
5
- if (!class_exists (PrePoolCreateEvent::class)) {
6
- class PrePoolCreateEvent {}
11
+ if (! class_exists (PrePoolCreateEvent::class)) {
12
+ class PrePoolCreateEvent
13
+ {
14
+ }
7
15
}
Original file line number Diff line number Diff line change 11
11
"composer-plugin-api" : " ^1.1 || ^2.0"
12
12
},
13
13
"require-dev" : {
14
- "composer/composer" : " ^1.9 || ~2.0.0@dev || ^2.0" ,
14
+ "composer/composer" : " ^1.9 || ^2.0" ,
15
15
"mikey179/vfsstream" : " ^1.6" ,
16
16
"phpcompatibility/php-compatibility" : " ^9.3" ,
17
17
"roave/security-advisories" : " dev-master"
You can’t perform that action at this time.
0 commit comments