Skip to content

Commit 5af8706

Browse files
author
Pablo Molina
committed
Upgrading composer dependencies + fixing PSR-4
1 parent 53fa1eb commit 5af8706

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
],
2020
"require": {
2121
"php": "~5.6|~7.0.0",
22-
"illuminate/container": "~5.4.36",
23-
"illuminate/http": "~5.4.36",
24-
"illuminate/support": "~5.4.36",
22+
"illuminate/container": "^5.4",
23+
"illuminate/http": "^5.4",
24+
"illuminate/support": "^5.4",
2525
"psr/log": "^1.0",
2626
"zumba/swivel": "^2.1"
2727
},

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Facades/Swivel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace LaravelSwivel\Support\Facades;
3+
namespace LaravelSwivel\Facades;
44

55
use Illuminate\Support\Facades\Facade;
66

0 commit comments

Comments
 (0)