Skip to content

Commit adc76b9

Browse files
committed
Update README.md
1 parent 1580bcc commit adc76b9

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ yii-async
33

44
Provides translucent api for moving large tasks out of request response
55

6-
Run tests with:
7-
~~~
8-
vendor/bin/codecept run
9-
~~~
6+
#####Requirments:
7+
- php >=5.4
8+
- [php-amqp](https://github.com/pdezwart/php-amqp)
109

1110
#####Using with AMQP:
1211
######Installing:
@@ -27,4 +26,10 @@ vendor/bin/codecept run
2726
```
2827
######Usage:
2928
For code exampless look into tests:
30-
- [AmqpTest](tests/unit/AmqpTest.php)
29+
- [AmqpTest](tests/unit/AmqpTest.php)
30+
31+
32+
######Runing tests:
33+
~~~
34+
vendor/bin/codecept run
35+
~~~

0 commit comments

Comments
 (0)