Skip to content

Commit

Permalink
Merge pull request #109 from Roave/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update dependency laminas/laminas-servicemanager to ^3.22.1
  • Loading branch information
Slamdunk authored Oct 27, 2023
2 parents abe6634 + e172722 commit 838d14d
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 308 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/example/composer.lock
/example/vendor
/vendor
.phpunit.result.cache
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ static-analysis: ## verify that no static analysis issues were introduced
vendor/bin/psalm

check-example:
composer update --working-dir=example
test/example/check-example.sh

bc-check: ## check for backwards compatibility breaks
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@
"psr/container": "^1.0 || ^2.0"
},
"require-dev": {
"ext-sqlite3": "*",
"doctrine/coding-standard": "^12.0.0",
"illuminate/container": "^10.29",
"laminas/laminas-servicemanager": "^3.15",
"phpunit/phpunit": "^10.4.2",
"psalm/plugin-phpunit": "^0.18.4",
"symfony/yaml": "^6.3.3",
Expand Down
305 changes: 2 additions & 303 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions example/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"type": "project",
"require": {
"php": "~8.1.0 || ~8.2.0",
"illuminate/container": "^10.29",
"laminas/laminas-servicemanager": "^3.22.1"
},
"config": {
"platform": {
"php": "8.1.99"
},
"sort-packages": true
}
}
1 change: 1 addition & 0 deletions example/illuminate-container.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Illuminate\Container\Container;
use Roave\PsrContainerDoctrine\EntityManagerFactory;

require_once __DIR__ . '/vendor/autoload.php';
require_once __DIR__ . '/../vendor/autoload.php';

// Standard config keys
Expand Down
1 change: 1 addition & 0 deletions example/laminas-servicemanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Laminas\ServiceManager\ServiceManager;
use Roave\PsrContainerDoctrine\EntityManagerFactory;

require_once __DIR__ . '/vendor/autoload.php';
require_once __DIR__ . '/../vendor/autoload.php';

// Standard config keys
Expand Down
Loading

0 comments on commit 838d14d

Please sign in to comment.