Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Update composer stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
afbora committed Jun 23, 2022
1 parent 23f496a commit 611350a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@
"authors": [
{
"name": "Ahmet Bora",
"email": "ahmet.bora@pixelturk.net"
"email": "ahmet@getkirby.com"
}
],
"homepage": "https://github.com/afbora/kirby-blade",
"support": {
"email": "ahmet@getkirby.com"
},
"require": {
"php": "^7.4|^8.0",
"getkirby/composer-installer": "^1.2",
Expand Down
2 changes: 1 addition & 1 deletion 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/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'afbora/kirby-blade',
'pretty_version' => '2.0.0',
'version' => '2.0.0.0',
'pretty_version' => '2.0.0-rc.2',
'version' => '2.0.0.0-RC2',
'reference' => NULL,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand All @@ -11,8 +11,8 @@
),
'versions' => array(
'afbora/kirby-blade' => array(
'pretty_version' => '2.0.0',
'version' => '2.0.0.0',
'pretty_version' => '2.0.0-rc.2',
'version' => '2.0.0.0-RC2',
'reference' => NULL,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand Down

0 comments on commit 611350a

Please sign in to comment.