Skip to content

Commit

Permalink
Merge pull request #8 from tomjas1997/1.0.4
Browse files Browse the repository at this point in the history
Adding support for PHP 8
  • Loading branch information
tomjas1997 authored Sep 8, 2023
2 parents 5aa2afb + cd1372a commit ea88890
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,17 @@
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Invertus/Knapsack.git"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.6.0",
"fakerphp/faker": "1.9.2",
"dusank/knapsack": "^10.0",
"invertus/knapsack": "^10.0",
"ext-json": "*",
"symfony/console": "3.4.47"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Factory/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Invertus\Prestashop\Models\Factory;

use DusanKasan\Knapsack\Collection;
use Invertus\Knapsack\Collection;

abstract class Factory
{
Expand Down

0 comments on commit ea88890

Please sign in to comment.