Skip to content

Commit 7bf407e

Browse files
committed
Sorts symfony.lock entries.
1 parent 328db28 commit 7bf407e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Lock.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public function remove($name)
4646

4747
public function write()
4848
{
49+
ksort($this->lock);
4950
$this->json->write($this->lock);
5051
}
5152
}

0 commit comments

Comments
 (0)