Skip to content

Commit 35dfdcd

Browse files
authored
Merge pull request #81 from lion-packages/new
New public_path helper
2 parents ea43f03 + 6b2baf7 commit 35dfdcd

File tree

5 files changed

+193
-163
lines changed

5 files changed

+193
-163
lines changed

composer.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"name": "lion/bundle",
3-
"description": "lion-framework configuration and initialization package",
3+
"description": "Lion-framework configuration and initialization package",
44
"type": "library",
5-
"homepage": "https://lion-client.vercel.app/",
6-
"keywords": ["lion", "bundle", "lion-bundle"],
5+
"homepage": "https://lion-packages.vercel.app/",
6+
"keywords": [
7+
"lion",
8+
"bundle",
9+
"lion-bundle"
10+
],
711
"license": "MIT",
812
"support": {
913
"issues": "https://github.com/lion-packages/framework/issues",
@@ -47,12 +51,13 @@
4751
"guzzlehttp/guzzle": "^7.8",
4852
"lion/command": "^3.1",
4953
"lion/database": "^10.0",
50-
"lion/exceptions": "^1.0",
51-
"lion/files": "^6.0",
52-
"lion/helpers": "^3.2",
54+
"lion/dependency-injection": "^2.0",
55+
"lion/exceptions": "^1.2",
56+
"lion/files": "^7.0",
57+
"lion/helpers": "^4.0",
5358
"lion/mailer": "^6.0",
54-
"lion/request": "^6.0",
55-
"lion/route": "^11.0",
59+
"lion/request": "^6.9",
60+
"lion/route": "^11.3",
5661
"lion/security": "^9.1",
5762
"monolog/monolog": "^3.3",
5863
"nesbot/carbon": "^2.66",

0 commit comments

Comments
 (0)