Skip to content

Commit

Permalink
Bump up to stable releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 28, 2023
1 parent c493b94 commit fd330fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.gitattributes export-ignore
.gitignore export-ignore
phpunit.xml.dist export-ignore
.travis.yml export-ignore
tests export-ignore
psalm.xml
psalm.xml export-ignore
phpstan.neon export-ignore
.github export-ignore
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"issues":"https://github.com/ADmad/cakephp-glide/issues"
},
"require": {
"cakephp/cakephp": "5.x-dev",
"league/glide": "^2.2"
"cakephp/cakephp": "^5.0",
"league/glide": "^2.3"
},
"require-dev": {
"phpunit/phpunit": "^10.1"
Expand All @@ -50,7 +50,5 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit fd330fe

Please # to comment.