Skip to content

Commit

Permalink
Merge pull request #14 from /issues/13-update-dependencies
Browse files Browse the repository at this point in the history
Upgrade to php 7
  • Loading branch information
potievdev authored Oct 28, 2021
2 parents 1c79649 + ee45e8d commit 1228d51
Show file tree
Hide file tree
Showing 40 changed files with 4,620 additions and 1,896 deletions.
4 changes: 3 additions & 1 deletion app/slim-rbac.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

use Potievdev\SlimRbac\Console\SlimRbacConsoleApplication;

$autoloader = require __DIR__ . '/../src/composer_autoloader.php';

if (!$autoloader()) {
Expand All @@ -10,4 +12,4 @@
);
}

return new \Potievdev\SlimRbac\Console\SlimRbacConsoleApplication();
return new SlimRbacConsoleApplication();
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,19 @@
{
"name": "Abdulmalik Abdulpotiev",
"email": "[email protected]",
"homepage": "http://potievdev.com/",
"homepage": "https://potievdev.com/",
"role": "Developer"
}
],
"require": {
"php" : ">=5.4.0",
"robmorgan/phinx": "^0.9.1",
"doctrine/orm": "^2.5",
"psr/http-message": "^1.0"
"php" : ">=7.3",
"robmorgan/phinx": "~0.9.2",
"doctrine/orm": "~2.10.1",
"psr/http-message": "~1.0",
"symfony/cache": "~5.3"
},
"require-dev": {
"codeception/codeception": "^2.3"
"codeception/codeception": "3.1.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 1228d51

Please sign in to comment.