Skip to content

Tags: laravel/tinker

Tags

v2.10.0

Toggle v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[2.x] Supports PHP 8.4 (#182)

Signed-off-by: Mior Muhammad Zaki <[email protected]>

v2.9.0

Toggle v2.9.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
[2.x] Merging develop (#171)

* Update composer.json

* [develop] Adds Symfony 7 support (#169)

* Adds Symfony 7 support

* Adjusts workflow

* Adjusts composer

* Uses only "^0.12"

* Uses `0.11.1` for PHP 7.2

---------

Co-authored-by: Dries Vints <[email protected]>

v2.8.2

Toggle v2.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[2.x] Remove unused `orchestra/testbench` deps (#166)

* [2.x] Remove unused `orchestra/testbench` deps

This opens up the opportunity to require and run `tinker` directly from a package using `orchestra/testbench`.

```bash
php vendor/bin/testbench package:discover
php vendor/bin/testbench tinker
```

* wip

* Apply fixes from StyleCI

---------

Co-authored-by: StyleCI Bot <[email protected]>

v2.8.1

Toggle v2.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cast ProcessResult objects (#159)

v2.8.0

Toggle v2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Laravel v10 support (#158)

* Update composer.json

* Update tests.yml

* Update tests.yml

v2.7.3

Toggle v2.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: set raw output using `--execute` (#155)

v2.7.2

Toggle v2.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update update-changelog.yml

v2.7.1

Toggle v2.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update TinkerCommand.php

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #139 from laravel/psysh-update

[2.x] Prepare for Laravel v9

v2.6.3

Toggle v2.6.3's commit message

Verified

This commit was signed with the committer’s verified signature.
driesvints Dries Vints
Update CHANGELOG.md