Skip to content

Commit 5eb7c5a

Browse files
authored
Merge pull request #133 from gsteel/remove-pimple-support
Remove pimple as a supported container
2 parents 6ddd41a + d73ad7b commit 5eb7c5a

19 files changed

+1142
-1052
lines changed

.github/workflows/create-project.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727
- name: Test create-project
2828
run: |
29+
rm composer.lock
2930
cd ..
3031
yes 1 | composer create-project mezzio/mezzio-skeleton test-new-project \
3132
--repository='{"type": "path", "url": "./mezzio-skeleton"}' --stability=dev

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"jsoumelidis/zend-sf-di-config": "^0.5",
6262
"laminas/laminas-coding-standard": "~2.5.0",
6363
"laminas/laminas-development-mode": "^3.3.0",
64-
"laminas/laminas-pimple-config": "^1.4",
6564
"laminas/laminas-servicemanager": "^3.6.4",
6665
"mezzio/mezzio-fastroute": "^3.2.0",
6766
"mezzio/mezzio-laminasrouter": "^3.1.0",

composer.lock

+866-786
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)