Skip to content

Commit

Permalink
Merge pull request #133 from gsteel/remove-pimple-support
Browse files Browse the repository at this point in the history
Remove pimple as a supported container
  • Loading branch information
Xerkus committed Jan 8, 2024
2 parents 6ddd41a + d73ad7b commit 5eb7c5a
Show file tree
Hide file tree
Showing 19 changed files with 1,142 additions and 1,052 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: actions/checkout@v4
- name: Test create-project
run: |
rm composer.lock
cd ..
yes 1 | composer create-project mezzio/mezzio-skeleton test-new-project \
--repository='{"type": "path", "url": "./mezzio-skeleton"}' --stability=dev
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"jsoumelidis/zend-sf-di-config": "^0.5",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-development-mode": "^3.3.0",
"laminas/laminas-pimple-config": "^1.4",
"laminas/laminas-servicemanager": "^3.6.4",
"mezzio/mezzio-fastroute": "^3.2.0",
"mezzio/mezzio-laminasrouter": "^3.1.0",
Expand Down
1,652 changes: 866 additions & 786 deletions composer.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 5eb7c5a

Please sign in to comment.