Skip to content

Commit

Permalink
Fix dependencies; prepare to release
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed May 16, 2023
1 parent 0fca640 commit d4d4c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"require": {
"php": ">=8.0",
"cycle/orm": "^2.2.0",
"cycle/schema-builder": "^2.3",
"cycle/database": "^2.5",
"cycle/schema-builder": "^2.4",
"doctrine/annotations": "^1.14.3 || ^2.0.1",
"spiral/attributes": "^2.8|^3.0",
"spiral/tokenizer": "^2.8|^3.0",
Expand Down
1 change: 1 addition & 0 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
version: "3"

name: cycle-annotated-tests
services:
sqlserver:
image: mcr.microsoft.com/mssql/server:2019-latest
Expand Down

0 comments on commit d4d4c94

Please sign in to comment.