Skip to content

Commit 3a1c02b

Browse files
committed
⬆️ upgraded dependencies
🎨 travis, php-cs-fixer, phpunit Signed-off-by: Bruno Meilick <[email protected]>
1 parent 56fdb87 commit 3a1c02b

File tree

4 files changed

+282
-26
lines changed

4 files changed

+282
-26
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bnomei/kirby3-dotenv",
33
"type": "kirby-plugin",
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"description": "Kirby 3 Plugin for environment variables from .env",
66
"license": "MIT",
77
"authors": [

composer.lock

Lines changed: 273 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/composer/InstalledVersions.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ class InstalledVersions
2727
private static $installed = array (
2828
'root' =>
2929
array (
30-
'pretty_version' => '1.2.2',
31-
'version' => '1.2.2.0',
30+
'pretty_version' => '1.2.3',
31+
'version' => '1.2.3.0',
3232
'aliases' =>
3333
array (
3434
),
@@ -39,8 +39,8 @@ class InstalledVersions
3939
array (
4040
'bnomei/kirby3-dotenv' =>
4141
array (
42-
'pretty_version' => '1.2.2',
43-
'version' => '1.2.2.0',
42+
'pretty_version' => '1.2.3',
43+
'version' => '1.2.3.0',
4444
'aliases' =>
4545
array (
4646
),

0 commit comments

Comments
 (0)