Skip to content

Commit 15f0188

Browse files
author
Emre Akay
committed
bismillah
1 parent d39c79a commit 15f0188

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README-CONTRIBUTON.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vendor/bin/pest

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
1717
],
1818
"require": {
1919
"php": "^8.2",
20-
"aurorawebsoftware/flexyfield": "^1.6.2",
20+
"aurorawebsoftware/flexyfield": "^1.6.3",
2121
"illuminate/contracts": "^10.0||^11.0",
2222
"spatie/laravel-package-tools": "^1.16"
2323
},
2424
"require-dev": {
25+
"laradumps/laradumps-core": "^2.0",
26+
"larastan/larastan": "^2.9",
2527
"laravel/pint": "^1.14",
2628
"nunomaduro/collision": "^8.1.1||^7.10.0",
27-
"larastan/larastan": "^2.9",
2829
"orchestra/testbench": "^9.0.0||^8.22.0",
2930
"pestphp/pest": "^2.34",
3031
"pestphp/pest-plugin-arch": "^2.7",

tests/PackageTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
$model->flexy->a = 'a';
2020
$model->save();
2121

22+
2223
expect(FlyModel::of('deck1')->find($model->id)->flexy->a)
2324
->toBe('a');
2425

0 commit comments

Comments
 (0)