Skip to content

Commit c4f0005

Browse files
committed
Fix dependencies.
1 parent 01f4fcc commit c4f0005

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
## Unreleased
44

5+
## v2.0.1 (2023/4/12)
6+
7+
### Fixed
8+
- Fix dependencies.
9+
510
## v2.0.0 (2023/1/6)
611

7-
## Added
12+
### Added
813
- Support Hyperf 3.0
914

1015
## v1.1.0 (2023/1/6)

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"hyperf/contract": "^3.0",
1717
"hyperf/di": "^3.0",
1818
"hyperf/command": "^3.0",
19-
"psy/psysh": "^0.10.6"
19+
"psy/psysh": "^0.10.6|^0.11.1"
2020
},
2121
"require-dev": {
2222
"friendsofphp/php-cs-fixer": "^3.6",

tests/ClassAliasAutoloaderTest.php

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
class ClassAliasAutoloaderTest extends TestCase
1111
{
12+
protected $classmapPath;
13+
protected $loader;
14+
1215
protected function setUp(): void
1316
{
1417
$this->classmapPath = __DIR__.'/fixtures/vendor/composer/autoload_classmap.php';

0 commit comments

Comments
 (0)