Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Commit

Permalink
allow php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sinacek committed Jan 15, 2023
1 parent 737323f commit 8b58586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "fmasa/doctrine-nullable-embeddables",
"name": "skaut/doctrine-nullable-embeddables",
"description": "Mechanism for nullable embeddables in Doctrine 2.5+",
"type": "library",
"require": {
"php": "^7.0",
"php": "^7.0|8.0",
"doctrine/orm": "^2.5"
},
"require-dev": {
Expand Down

0 comments on commit 8b58586

Please sign in to comment.