1
0
Fork 0
mirror of https://github.com/archtechx/helpers.git synced 2025-12-12 12:14:02 +00:00

add archtechx/enums

This commit is contained in:
Samuel Štancl 2022-02-20 21:13:24 +01:00 committed by GitHub
parent 77eae62507
commit ae091ce34b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,8 @@
},
"require": {
"php": "^8.0",
"illuminate/support": "^8.24|^9.0"
"illuminate/support": "^8.24|^9.0",
"archtechx/enums": "^0.1.0"
},
"require-dev": {
"orchestra/testbench": "^6.9|^7.0",