Skip to content

Commit 4a412e9

Browse files
Remove composer.lock from .gitignore
1 parent b017535 commit 4a412e9

File tree

4 files changed

+2904
-5
lines changed

4 files changed

+2904
-5
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
vendor/
55
composer.phar
6-
composer.lock
76

87
.DS_Store
98
.Thumbs.db

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Redot PHP Container
22

3+
[![tests](https://github.com/AbdelrhmanSaid/php-container/actions/workflows/php.yml/badge.svg)](https://github.com/AbdelrhmanSaid/php-container/actions/workflows/php.yml)
4+
35
*Minimal, Lightweight, and Fast PHP Dependency Injection Container*
46

57
## Installation

composer.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,14 @@
2020
}
2121
},
2222
"require": {
23-
"php": ">=8.0",
23+
"php": "^8.0",
2424
"psr/container": "^2.0"
2525
},
2626
"require-dev": {
2727
"jetbrains/phpstorm-attributes": "^1.0",
2828
"pestphp/pest": "^1.21"
2929
},
3030
"config": {
31-
"lock": false,
32-
"sort-packages": true,
33-
"optimize-autoloader": true,
3431
"allow-plugins": {
3532
"pestphp/pest-plugin": true
3633
}

0 commit comments

Comments
 (0)