Skip to content

Commit

Permalink
refresing libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jromero98 committed May 16, 2024
1 parent 0b0f000 commit 2e4b888
Show file tree
Hide file tree
Showing 3 changed files with 466 additions and 440 deletions.
42 changes: 21 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "mitchbred/entrust",
"name": "trebol/entrust",
"description": "This package provides a flexible way to add role-based permissions to Laravel and is a fork from Zizaco/entrust",
"type": "library",
"license": "MIT",
"minimum-stability": "dev",
"prefer-stable": false,
"require": {
"php": "^8.1",
"php": "^8.2",
"doctrine/inflector": "^2.0.8",
"illuminate/bus": "^10.0.0",
"illuminate/cache": "^10.0.0",
Expand Down Expand Up @@ -45,27 +45,27 @@
"hamcrest/hamcrest-php": "^2.0.1",
"illuminate/database": "^10.0.0",
"myclabs/deep-copy": "^1.11.0",
"nikic/php-parser": "^4.17.0",
"nikic/php-parser": "dev-master",
"phar-io/manifest": "^2.0.3",
"phar-io/version": "^3.2.1",
"psr/cache": "^3.0.0",
"psr/event-dispatcher": "^1.0.0",
"psr/log": "^3.0.0",
"sebastian/cli-parser": "^2.0.0",
"sebastian/code-unit": "^2.0.0",
"sebastian/code-unit-reverse-lookup": "^3.0.0",
"sebastian/comparator": "^5.0.0",
"sebastian/complexity": "^3.1.0",
"sebastian/diff": "^5.0.0",
"sebastian/environment": "^6.0.0",
"sebastian/exporter": "^5.1.0",
"sebastian/global-state": "^6.0.0",
"sebastian/lines-of-code": "^2.0.0",
"sebastian/object-enumerator": "^5.0.0",
"sebastian/object-reflector": "^3.0.0",
"sebastian/recursion-context": "^5.0.0",
"sebastian/type": "^4.0.0",
"sebastian/version": "^4.0.0",
"sebastian/cli-parser": "dev-main",
"sebastian/code-unit": "dev-main",
"sebastian/code-unit-reverse-lookup": "dev-main",
"sebastian/comparator": "dev-main",
"sebastian/complexity": "dev-main",
"sebastian/diff": "dev-main",
"sebastian/environment": "dev-main",
"sebastian/exporter": "dev-main",
"sebastian/global-state": "dev-main",
"sebastian/lines-of-code": "dev-main",
"sebastian/object-enumerator": "dev-main",
"sebastian/object-reflector": "dev-main",
"sebastian/recursion-context": "dev-main",
"sebastian/type": "dev-master",
"sebastian/version": "dev-main",
"symfony/cache": "^6.3.0",
"symfony/cache-contracts": "^3.3.0",
"symfony/event-dispatcher": "^6.3.0",
Expand All @@ -76,11 +76,11 @@
"theseer/tokenizer": "^1.2.1"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "dev-main",
"mockery/mockery": "^1.5.1",
"overtrue/phplint": "^9.0.3",
"phpunit/php-code-coverage": "dev-main",
"phpunit/php-file-iterator": "4.1.0",
"phpunit/php-file-iterator": "dev-main",
"phpunit/php-invoker": "dev-main",
"phpunit/php-text-template": "dev-main",
"phpunit/php-timer": "dev-main"
Expand Down Expand Up @@ -110,7 +110,7 @@
},
"config": {
"platform": {
"php": "8.1"
"php": "8.2"
}
}
}
Loading

0 comments on commit 2e4b888

Please sign in to comment.