Skip to content

Tags: laravel/tinker

Tags

v2.11.1

Toggle v2.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Avoid trust project prompts from PsySH (#198)

* Avoid trust project prompts from PsySH

* Apply fixes from StyleCI

---------

Co-authored-by: StyleCI Bot <bot@styleci.io>

v2.11.0

Toggle v2.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow Symfony v8 (#195)

v2.10.2

Toggle v2.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[2.x] PHP 8.5 Compatibility (#192)

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

v2.10.1

Toggle v2.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[2.x] Supports Laravel 12 (#185)

* Supports Laravel 12

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* Update phpunit.xml.dist

---------

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

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 <crynobone@gmail.com>

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 <dries@vints.io>

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 <bot@styleci.io>

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)