File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## v2.0.1 (2023/4/12)
6
+
7
+ ### Fixed
8
+ - Fix dependencies.
9
+
5
10
## v2.0.0 (2023/1/6)
6
11
7
- ## Added
12
+ ### Added
8
13
- Support Hyperf 3.0
9
14
10
15
## v1.1.0 (2023/1/6)
Original file line number Diff line number Diff line change 16
16
"hyperf/contract" : " ^3.0" ,
17
17
"hyperf/di" : " ^3.0" ,
18
18
"hyperf/command" : " ^3.0" ,
19
- "psy/psysh" : " ^0.10.6"
19
+ "psy/psysh" : " ^0.10.6|^0.11.1 "
20
20
},
21
21
"require-dev" : {
22
22
"friendsofphp/php-cs-fixer" : " ^3.6" ,
Original file line number Diff line number Diff line change 9
9
10
10
class ClassAliasAutoloaderTest extends TestCase
11
11
{
12
+ protected $ classmapPath ;
13
+ protected $ loader ;
14
+
12
15
protected function setUp (): void
13
16
{
14
17
$ this ->classmapPath = __DIR__ .'/fixtures/vendor/composer/autoload_classmap.php ' ;
You can’t perform that action at this time.
0 commit comments