Skip to content

Tags: laravel/tinker

Tags

v3.0.2

Toggle v3.0.2's commit message
Update CHANGELOG

v3.0.0

Toggle v3.0.0's commit message
fix conflicts

v3.0.1

Toggle v3.0.1's commit message
Update CHANGELOG

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 <[email protected]>

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 <[email protected]>

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 <[email protected]>

* wip

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

* Update phpunit.xml.dist

---------

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

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]>