55</p >
66
77<p align =" center " >
8- <a href="https://github.com/ramsey/composer-repl"><img src="http ://img.shields.io/badge/source-ramsey/composer--repl-blue.svg?style=flat-square" alt="Source Code"></a>
8+ <a href="https://github.com/ramsey/composer-repl"><img src="https ://img.shields.io/badge/source-ramsey/composer--repl-blue.svg?style=flat-square" alt="Source Code"></a>
99 <a href="https://packagist.org/packages/ramsey/composer-repl"><img src="https://img.shields.io/packagist/v/ramsey/composer-repl.svg?style=flat-square&label=release" alt="Download Package"></a>
1010 <a href="https://php.net"><img src="https://img.shields.io/packagist/php-v/ramsey/composer-repl.svg?style=flat-square&colorB=%238892BF" alt="PHP Programming Language"></a>
1111 <a href="https://github.com/ramsey/composer-repl/blob/main/LICENSE"><img src="https://img.shields.io/packagist/l/ramsey/composer-repl.svg?style=flat-square&colorB=darkcyan" alt="Read License"></a>
1212 <a href="https://github.com/ramsey/composer-repl-lib/actions/workflows/continuous-integration.yml"><img src="https://img.shields.io/github/actions/workflow/status/ramsey/composer-repl-lib/continuous-integration.yml?branch=main&style=flat-square&logo=github" alt="Build Status"></a>
1313 <a href="https://codecov.io/gh/ramsey/composer-repl-lib"><img src="https://img.shields.io/codecov/c/gh/ramsey/composer-repl-lib?label=codecov&logo=codecov&style=flat-square" alt="Codecov Code Coverage"></a>
14- <a href="https://shepherd.dev/github/ramsey/composer-repl-lib"><img src="https://img.shields.io/endpoint?style=flat-square&url=https%3A%2F%2Fshepherd.dev%2Fgithub%2Framsey%2Fcomposer-repl-lib%2Fcoverage" alt="Psalm Type Coverage"></a>
1514</p >
1615
1716## About
@@ -36,7 +35,8 @@ for WordPress, [CakePHP console](https://book.cakephp.org/3/en/console-and-shell
3635and [ Yii shell] ( https://github.com/yiisoft/yii2-shell ) are a few of the projects
3736using PsySH.
3837
39- > 💡 You may use this REPL without the Composer plugin functionality by requiring
38+ > [ !TIP]
39+ > You may use this REPL without the Composer plugin functionality by requiring
4040> [ ramsey/composer-repl-lib] ( https://github.com/ramsey/composer-repl-lib ) instead.
4141
4242This project adheres to a [ code of conduct] ( CODE_OF_CONDUCT.md ) .
@@ -60,7 +60,7 @@ if you prefer.
6060You'll see something similar to this:
6161
6262```
63- Psy Shell v0.11.1 (PHP 8.1.1 — cli) by Justin Hileman
63+ Psy Shell v0.12.7 (PHP 8.4.4 — cli) by Justin Hileman
6464------------------------------------------------------------------------
6565Welcome to the development console (REPL).
6666To learn more about what you can do in PsySH, type `help`.
@@ -98,9 +98,9 @@ Test passed!
9898
9999>>> phpunit
100100
101- PHPUnit 9.5.11 by Sebastian Bergmann and contributors.
101+ PHPUnit 12.0.6 by Sebastian Bergmann and contributors.
102102
103- Runtime: PHP 8.1.1
103+ Runtime: PHP 8.4.4
104104Configuration: /path/to/ramsey/conventional-commits/phpunit.xml.dist
105105
106106............................................................... 63 / 221 ( 28%)
@@ -113,7 +113,8 @@ Time: 00:00.064, Memory: 12.00 MB
113113OK (221 tests, 484 assertions)
114114```
115115
116- ✨🐘 This implementation of PsySH has Super ElePHPant Powers. 🐘✨
116+ > [ !IMPORTANT]
117+ > ✨🐘 This implementation of PsySH has Super ElePHPant Powers. 🐘✨
117118
118119## Environment Bootstrapping
119120
0 commit comments