We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 721e362 + 3e98a75 commit 61b3e9cCopy full SHA for 61b3e9c
data/manufacturers.php
@@ -527,4 +527,18 @@
527
'W1N' => 'Mercedes',
528
'WAP' => 'BMW',
529
'YAR' => 'Toyota',
530
+
531
+ /**
532
+ * @see https://github.com/sunrise-php/vin/issues/76
533
+ */
534
+ '7SA' => 'Tesla, Inc.',
535
+ '7G2' => 'Tesla, Inc.',
536
+ 'LRW' => 'Tesla, Inc.',
537
+ 'XP7' => 'Tesla, Inc.',
538
+ 'SFZ' => 'Tesla, Inc.',
539
540
541
+ * @see https://github.com/sunrise-php/vin/issues/77
542
543
+ '7JR' => 'Volvo Car Usa, Llc',
544
];
data/years.php
@@ -72,4 +72,13 @@
72
2028 => 'W',
73
2029 => 'X',
74
2030 => 'Y',
75
+ 2031 => '1',
76
+ 2032 => '2',
77
+ 2033 => '3',
78
+ 2034 => '4',
79
+ 2035 => '5',
80
+ 2036 => '6',
81
+ 2037 => '7',
82
+ 2038 => '8',
83
+ 2039 => '9',
84
0 commit comments