Skip to content

Commit af929f5

Browse files
committed
Save
1 parent ed98597 commit af929f5

File tree

8 files changed

+1046
-968
lines changed

8 files changed

+1046
-968
lines changed

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
"license": "MIT",
77
"require": {
88
"php": "^7.3|^8.0",
9+
"ajcastro/scribe-tdd": "dev-master",
910
"fideloper/proxy": "^4.4",
1011
"fruitcake/laravel-cors": "^2.0",
1112
"guzzlehttp/guzzle": "^7.0.1",
13+
"knuckleswtf/scribe": "dev-master",
1214
"laravel/framework": "^8.40",
1315
"laravel/sanctum": "^2.11",
1416
"laravel/tinker": "^2.5",
@@ -21,13 +23,16 @@
2123
"laravel/sail": "^1.0.1",
2224
"mockery/mockery": "^1.4.2",
2325
"nunomaduro/collision": "^5.0",
24-
"phpunit/phpunit": "^9.3.3",
25-
"knuckleswtf/scribe": "@dev"
26+
"phpunit/phpunit": "^9.3.3"
2627
},
2728
"repositories": [
2829
{
2930
"type": "path",
30-
"url": "../scribe"
31+
"url": "../ajcastro/scribe"
32+
},
33+
{
34+
"type": "path",
35+
"url": "../ajcastro/scribe-tdd"
3136
}
3237
],
3338
"autoload": {

0 commit comments

Comments
 (0)