mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
spatie/pest-expectations to dev dependency
This commit is contained in:
parent
58ff12485b
commit
eec8ea7e68
2 changed files with 69 additions and 69 deletions
132
composer.lock
generated
132
composer.lock
generated
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "745994b30a60597808cac7e5e21a2a5a",
|
||||
"content-hash": "0511a36a7943d2b2cac63ca735d1e03d",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bnussbau/laravel-trmnl",
|
||||
|
|
@ -4048,71 +4048,6 @@
|
|||
],
|
||||
"time": "2025-03-21T09:50:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/pest-expectations",
|
||||
"version": "1.10.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/pest-expectations.git",
|
||||
"reference": "e498ebd92a1a9fb786656edf77fa569e9b39210e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/pest-expectations/zipball/e498ebd92a1a9fb786656edf77fa569e9b39210e",
|
||||
"reference": "e498ebd92a1a9fb786656edf77fa569e9b39210e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/database": "^10.7|^11.0|^12.0",
|
||||
"php": "^8.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"illuminate/contracts": "^10.0|^11.0|^12.0",
|
||||
"laravel/pint": "^1.2",
|
||||
"orchestra/testbench": "^8.3|^9.0|^10.0",
|
||||
"pestphp/pest": "^3.0",
|
||||
"spatie/laravel-json-api-paginate": "^1.14",
|
||||
"spatie/ray": "^1.28"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/PestExpectations.php",
|
||||
"src/Helpers.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"Spatie\\PestExpectations\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Freek Van der Herten",
|
||||
"email": "freek@spatie.be",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "A collection of handy custom Pest customisations",
|
||||
"homepage": "https://github.com/spatie/pest-expectations",
|
||||
"keywords": [
|
||||
"pest-expectations",
|
||||
"spatie"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/spatie/pest-expectations/issues",
|
||||
"source": "https://github.com/spatie/pest-expectations/tree/1.10.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/spatie",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2025-03-12T19:34:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/temporary-directory",
|
||||
"version": "2.3.0",
|
||||
|
|
@ -9881,6 +9816,71 @@
|
|||
],
|
||||
"time": "2024-10-09T05:16:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/pest-expectations",
|
||||
"version": "1.10.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/pest-expectations.git",
|
||||
"reference": "e498ebd92a1a9fb786656edf77fa569e9b39210e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/pest-expectations/zipball/e498ebd92a1a9fb786656edf77fa569e9b39210e",
|
||||
"reference": "e498ebd92a1a9fb786656edf77fa569e9b39210e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/database": "^10.7|^11.0|^12.0",
|
||||
"php": "^8.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"illuminate/contracts": "^10.0|^11.0|^12.0",
|
||||
"laravel/pint": "^1.2",
|
||||
"orchestra/testbench": "^8.3|^9.0|^10.0",
|
||||
"pestphp/pest": "^3.0",
|
||||
"spatie/laravel-json-api-paginate": "^1.14",
|
||||
"spatie/ray": "^1.28"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/PestExpectations.php",
|
||||
"src/Helpers.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"Spatie\\PestExpectations\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Freek Van der Herten",
|
||||
"email": "freek@spatie.be",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "A collection of handy custom Pest customisations",
|
||||
"homepage": "https://github.com/spatie/pest-expectations",
|
||||
"keywords": [
|
||||
"pest-expectations",
|
||||
"spatie"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/spatie/pest-expectations/issues",
|
||||
"source": "https://github.com/spatie/pest-expectations/tree/1.10.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/spatie",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2025-03-12T19:34:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "staabm/side-effects-detector",
|
||||
"version": "1.0.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue