Skip to content

Commit

Permalink
update: update some deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Nov 30, 2021
1 parent e231f0f commit 89d68b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/Lib/Parser/Text/PhpConstInlineParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Inhere\Kite\Lib\Parser\Text;

use Toolkit\Stdlib\Obj\Traits\QuickInitTrait;
use Toolkit\Stdlib\Obj\Traits\AutoConfigTrait;
use Toolkit\Stdlib\Str;
use Toolkit\Stdlib\Type;
use function is_numeric;
Expand All @@ -17,7 +17,7 @@
*/
class PhpConstInlineParser
{
use QuickInitTrait;
use AutoConfigTrait;

/**
* @var bool
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"http-interop/http-factory-guzzle": "^1.0",
"dragonmantank/cron-expression": "^3.1",
"nette/neon": "^3.3",
"symfony/expression-language": "^5.3",
"symfony/yaml": "^5.3",
"symfony/expression-language": "^6.0",
"symfony/yaml": "^6.0",
"monolog/monolog": "^2.3"
},
"require-dev": {
Expand Down

0 comments on commit 89d68b5

Please sign in to comment.