Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sairahcaz committed Feb 15, 2023
1 parent c435bb7 commit 99299be
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 609 deletions.
19 changes: 3 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@
"name": "laracraft-tech/memoize",
"description": "Simple PHP trait to memoize function calls.",
"type": "library",
"autoload": {
"psr-4": {
"LaracraftTech\\Memoize\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"LaracraftTech\\Memoize\\Test\\": "tests"
}
},
"scripts": {
"test": "vendor/bin/pest"
},
"authors": [
{
"name": "Zacharias Creutznacher",
Expand All @@ -23,12 +10,12 @@
],
"license": "MIT",
"require": {
"php": "^8.1"
"php": "^8.1",
"spatie/once": "^3.1"
},
"require-dev": {
"pestphp/pest": "^1.20",
"laravel/pint": "^1.2",
"spatie/ray": "^1.28"
"laravel/pint": "^1.2"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 99299be

Please sign in to comment.