composer: upgrade dependencies (#3427)
This commit is contained in:
parent
1260965dfd
commit
d33522c857
7 changed files with 789 additions and 649 deletions
|
@ -25,8 +25,8 @@ class NodeFactory extends Factory
|
|||
return [
|
||||
'uuid' => Uuid::uuid4()->toString(),
|
||||
'public' => true,
|
||||
'name' => $this->faker->firstName,
|
||||
'fqdn' => $this->faker->ipv4,
|
||||
'name' => $this->faker->unique()->firstName,
|
||||
'fqdn' => $this->faker->unique()->ipv4,
|
||||
'scheme' => 'http',
|
||||
'behind_proxy' => false,
|
||||
'memory' => 1024,
|
||||
|
|
Reference in a new issue