Skip to content

Commit

Permalink
Update maximum supported PHP version for 1.1 (#603)
Browse files Browse the repository at this point in the history
Fixes #601
  • Loading branch information
multiwebinc authored Jul 14, 2022
1 parent 3ee25c3 commit e764d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"source": "https://github.com/wintercms/winter"
},
"require": {
"php": "^7.2.9|^8.0",
"php": "^7.2.9|~8.0.0",
"winter/storm": "dev-develop as 1.1.999",
"winter/wn-system-module": "dev-develop as 1.1.999",
"winter/wn-backend-module": "dev-develop as 1.1.999",
Expand Down

0 comments on commit e764d0f

Please sign in to comment.