Skip to content

Commit c1230dd

Browse files
committed
chore: update examples in README
1 parent 2bce192 commit c1230dd

2 files changed

Lines changed: 11 additions & 13 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
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
3635
and [Yii shell](https://github.com/yiisoft/yii2-shell) are a few of the projects
3736
using 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
4242
This project adheres to a [code of conduct](CODE_OF_CONDUCT.md).
@@ -60,7 +60,7 @@ if you prefer.
6060
You'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
------------------------------------------------------------------------
6565
Welcome to the development console (REPL).
6666
To 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
104104
Configuration: /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
113113
OK (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

composer.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"ramsey/composer-repl-lib": "^1.2"
2222
},
2323
"require-dev": {
24-
"captainhook/captainhook": "^5.15",
24+
"captainhook/captainhook": "^5.25",
2525
"captainhook/plugin-composer": "^5.3",
26-
"ergebnis/composer-normalize": "^2.30",
27-
"ramsey/conventional-commits": "^1.5",
26+
"ergebnis/composer-normalize": "^2.45",
27+
"ramsey/conventional-commits": "^1.6",
2828
"roave/security-advisories": "dev-latest"
2929
},
3030
"config": {
@@ -41,9 +41,6 @@
4141
"class": "Ramsey\\Dev\\Repl\\Composer\\ReplPlugin",
4242
"ramsey/conventional-commits": {
4343
"configFile": "conventional-commits.json"
44-
},
45-
"ramsey/devtools": {
46-
"command-prefix": "dev"
4744
}
4845
}
4946
}

0 commit comments

Comments
 (0)