Skip to content

Commit

Permalink
⬆️ upgraded dependencies
Browse files Browse the repository at this point in the history
🎨 travis, php-cs-fixer, phpunit

Signed-off-by: Bruno Meilick <[email protected]>
  • Loading branch information
bnomei committed May 16, 2021
1 parent 56fdb87 commit 3a1c02b
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 26 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bnomei/kirby3-dotenv",
"type": "kirby-plugin",
"version": "1.2.2",
"version": "1.2.3",
"description": "Kirby 3 Plugin for environment variables from .env",
"license": "MIT",
"authors": [
Expand Down
290 changes: 273 additions & 17 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions vendor/composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class InstalledVersions
private static $installed = array (
'root' =>
array (
'pretty_version' => '1.2.2',
'version' => '1.2.2.0',
'pretty_version' => '1.2.3',
'version' => '1.2.3.0',
'aliases' =>
array (
),
Expand All @@ -39,8 +39,8 @@ class InstalledVersions
array (
'bnomei/kirby3-dotenv' =>
array (
'pretty_version' => '1.2.2',
'version' => '1.2.2.0',
'pretty_version' => '1.2.3',
'version' => '1.2.3.0',
'aliases' =>
array (
),
Expand Down
Loading

0 comments on commit 3a1c02b

Please sign in to comment.