composer: upgrade dependencies (#3427)
This commit is contained in:
parent
1260965dfd
commit
d33522c857
7 changed files with 789 additions and 649 deletions
|
@ -20,8 +20,8 @@ class AllocationFactory extends Factory
|
|||
public function definition(): array
|
||||
{
|
||||
return [
|
||||
'ip' => $this->faker->ipv4,
|
||||
'port' => $this->faker->randomNumber(5),
|
||||
'ip' => $this->faker->unique()->ipv4,
|
||||
'port' => $this->faker->unique()->randomNumber(5),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue