File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Code Generator for MongoDB PHP Library
2
2
3
3
This subproject is used to generate the code that is committed to the repository.
4
- The ` generator ` directory is not included in ` mongodb/builder ` package and is not installed by Composer.
4
+ The ` generator ` directory is not included in ` mongodb/mongodb ` package and is not installed by Composer.
5
5
6
6
## Contributing
7
7
Original file line number Diff line number Diff line change 13
13
"symfony/polyfill-php81" : " *"
14
14
},
15
15
"require" : {
16
- "php" : " >=8.1" ,
17
- "ext-mongodb" : " ^1.17.0" ,
18
16
"mongodb/mongodb" : " @dev" ,
19
17
"nette/php-generator" : " ^4.1.5" ,
20
18
"nikic/php-parser" : " ^5" ,
21
- "symfony/console" : " ^6.3|^7.0 " ,
22
- "symfony/finder" : " ^6.3|^7.0 " ,
23
- "symfony/yaml" : " ^6.3|^7.0 "
19
+ "symfony/console" : " ^7 " ,
20
+ "symfony/finder" : " ^7 " ,
21
+ "symfony/yaml" : " ^7 "
24
22
},
25
23
"license" : " Apache-2.0" ,
26
24
"autoload" : {
You can’t perform that action at this time.
0 commit comments